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-95.nip.io
  creationTimestamp: "2026-05-29T22:47:39Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "24611"
  uid: e2fa164e-2540-43be-a0f2-5b1fc3e10e2e
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-95.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-95.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.104.67.123
