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-53.nip.io
  creationTimestamp: "2026-07-09T10:17:33Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "26488"
  uid: 7882d1e4-fbe7-4c47-8928-56fb95d4095c
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-53.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-53.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.110.44.137
