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-65.nip.io
  creationTimestamp: "2026-05-30T02:38:11Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "24065"
  uid: e8aac1a4-6d9d-497c-a29f-c8838d5a09aa
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-65.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-65.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.107.189.217
