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-177.nip.io
  creationTimestamp: "2026-08-10T23:24:32Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "28488"
  uid: 5e6af88d-f0fe-4318-9cd6-195f685003cf
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-177.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-177.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.97.210.95
