apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: vnc.199-204-45-222.nip.io
    nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
  creationTimestamp: "2026-04-28T22:57:28Z"
  generation: 1
  name: compute-novnc-proxy
  namespace: openstack
  resourceVersion: "16113"
  uid: 5e99c7c2-0e36-4cf9-b515-f5be50d5a7a4
spec:
  ingressClassName: atmosphere
  rules:
  - host: vnc.199-204-45-222.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-novncproxy
            port:
              number: 6080
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - vnc.199-204-45-222.nip.io
    secretName: nova-novncproxy-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.101.35.143
