apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: load-balancer.199-204-45-182.nip.io
  creationTimestamp: "2026-08-22T13:42:44Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "22560"
  uid: 8d2742cc-9a2d-4ce2-9374-3ca598f818df
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-204-45-182.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-204-45-182.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.102.64.7
