apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: container-infra.199-204-45-77.nip.io
  creationTimestamp: "2026-04-26T09:17:03Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "14750"
  uid: 3c1daec4-7f62-41ce-b5ed-fc3120f65cc4
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-77.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-77.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.99.209.176
