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-109.nip.io
  creationTimestamp: "2026-04-07T04:15:36Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "24872"
  uid: 9503c27f-318d-44ae-8416-f02532aaae53
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-109.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-109.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.106.95.0
