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-113.nip.io
  creationTimestamp: "2026-04-17T04:56:07Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "16957"
  uid: f10c6b2d-5586-4d68-9c85-603630d6063e
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-113.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-113.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.96.196.226
