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-116.nip.io
  creationTimestamp: "2026-07-07T04:20:40Z"
  generation: 1
  name: load-balancer
  namespace: openstack
  resourceVersion: "22131"
  uid: ef502039-1f72-4b1a-ab48-2687531ebfb3
spec:
  ingressClassName: atmosphere
  rules:
  - host: load-balancer.199-204-45-116.nip.io
    http:
      paths:
      - backend:
          service:
            name: octavia-api
            port:
              number: 9876
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - load-balancer.199-204-45-116.nip.io
    secretName: octavia-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.102.70.215
