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-23.nip.io
  creationTimestamp: "2026-05-11T01:45:38Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "28275"
  uid: f93e4ea2-4b2e-4b0b-a22b-21c0c37d45d5
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-23.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-23.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.107.29.210
