apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: container-infra-registry.199-204-45-177.nip.io
    nginx.ingress.kubernetes.io/configuration-snippet: |
      if ($request_method !~* "^(GET|HEAD)$") {
        return 403;
      }
  creationTimestamp: "2026-08-10T23:24:35Z"
  generation: 1
  name: container-infra-registry
  namespace: openstack
  resourceVersion: "28497"
  uid: c6fec620-5f06-4c31-947f-d90b5b0f8baf
spec:
  ingressClassName: atmosphere
  rules:
  - host: container-infra-registry.199-204-45-177.nip.io
    http:
      paths:
      - backend:
          service:
            name: magnum-registry
            port:
              number: 5000
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - container-infra-registry.199-204-45-177.nip.io
    secretName: magnum-registry-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.97.210.95
