apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: load-balancer.199-19-213-24.nip.io
  creationTimestamp: "2026-02-25T20:12:19Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "20039"
  uid: 2e1427a2-ff0d-443b-95d2-95af454a4d0e
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-19-213-24.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-19-213-24.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.108.81.26
