apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: container-infra.199-19-213-191.nip.io
  creationTimestamp: "2026-08-24T21:31:10Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "29319"
  uid: 4b773690-c00a-4c26-924f-3539e313b48d
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-19-213-191.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-19-213-191.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.110.62.101
