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-205.nip.io
  creationTimestamp: "2026-06-06T00:21:48Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "25850"
  uid: 0db61f6a-4d65-4fe2-9148-c32fdb5f158e
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-204-45-205.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-204-45-205.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.100.80.115
