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-176.nip.io
  creationTimestamp: "2026-05-06T05:51:53Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "27806"
  uid: e3ea40f0-7c4f-4cc9-95d3-ef54cf18e7d3
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-19-213-176.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-19-213-176.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.102.42.164
