apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: vnc.199-19-213-241.nip.io
    nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
  creationTimestamp: "2026-06-30T18:34:40Z"
  generation: 1
  name: compute-novnc-proxy
  namespace: openstack
  resourceVersion: "16997"
  uid: 450bb63a-2c2d-41bd-a8eb-d459c91f5362
spec:
  ingressClassName: atmosphere
  rules:
  - host: vnc.199-19-213-241.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-novncproxy
            port:
              number: 6080
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - vnc.199-19-213-241.nip.io
    secretName: nova-novncproxy-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.102.215.124
