apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: container-infra.199-19-213-102.nip.io
  creationTimestamp: "2026-04-14T13:52:20Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "24639"
  uid: 8d4e5ccf-7a36-41d6-aca6-96533f891534
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-19-213-102.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-19-213-102.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.104.39.230
