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-39.nip.io
  creationTimestamp: "2026-07-15T04:08:47Z"
  generation: 1
  name: container-infra
  namespace: openstack
  resourceVersion: "25829"
  uid: 5728389c-e6cf-4212-b7e6-231c2fa15a30
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra.199-19-213-39.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-api
            port:
              number: 9511
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra.199-19-213-39.nip.io
    secretName: magnum-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.100.164.68
