apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: container-infra.162-253-55-66.nip.io
  creationTimestamp: "2026-09-02T13:20:12Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "26552"
  uid: 03cbdff5-c928-4c3a-98c7-e7460a0c2e96
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.162-253-55-66.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.162-253-55-66.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.98.124.136
