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-115.nip.io
  creationTimestamp: "2026-04-10T10:39:02Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "22405"
  uid: a53da826-3f2f-420c-a676-685c5583eaa1
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-204-45-115.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-204-45-115.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.99.188.162
