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-223.nip.io
  creationTimestamp: "2026-04-14T08:16:31Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "24441"
  uid: 06434776-4b6b-42d5-a064-ecf849b6befe
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-223.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-223.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.110.163.117
