apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: load-balancer.162-253-55-97.nip.io
  creationTimestamp: "2026-08-31T22:09:28Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "24714"
  uid: a291f14c-f3b6-46a3-a274-73bd25a8f639
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.162-253-55-97.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.162-253-55-97.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.111.227.7
