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-162.nip.io
  creationTimestamp: "2026-06-09T01:59:28Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "26171"
  uid: 8c7eccca-144a-4e37-b085-04b8f7f3fe47
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-162.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-162.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.97.110.12
