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-65.nip.io
  creationTimestamp: "2026-04-07T00:51:35Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "22034"
  uid: 28549cac-376c-433a-b99d-7fbc25b639ec
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-204-45-65.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-204-45-65.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.111.175.47
