apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: orchestration.199-19-213-66.nip.io
    nginx.ingress.kubernetes.io/proxy-read-timeout: "630"
  creationTimestamp: "2026-04-23T13:50:01Z"
  generation: 1
  name: orchestration
  namespace: openstack
  resourceVersion: "13223"
  uid: d81394db-3d61-40c6-9cfe-0af9b5d2f491
spec:
  ingressClassName: atmosphere
  rules:
  - host: orchestration.199-19-213-66.nip.io
    http:
      paths:
      - backend:
          service:
            name: heat-api
            port:
              number: 8004
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - orchestration.199-19-213-66.nip.io
    secretName: heat-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.96.60.219
