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-155.nip.io
  creationTimestamp: "2026-03-06T21:58:05Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "20526"
  uid: cb4f823d-5476-495e-8948-bef570b84ace
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-204-45-155.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-204-45-155.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.101.1.122
