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-65.nip.io
  creationTimestamp: "2026-06-22T02:40:25Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "25157"
  uid: 057c18b3-fa88-4e6e-b4b8-6f1d7204fdcf
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-65.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-65.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.110.177.252
