apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 8a57d562bbf9c49449ea876ab5fea8e17ef2b87db3cfbf34c062d99bc45818c9
    configmap-etc-hash: e0fe6e908ba12b5de22893368c733b9643f2cc8badccc2fb282198781860eac4
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-28T08:02:22Z"
  generateName: nova-novncproxy-58b8988c9b-
  labels:
    application: nova
    component: novnc-proxy
    pod-template-hash: 58b8988c9b
    release_group: nova
  name: nova-novncproxy-58b8988c9b-96ll2
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: nova-novncproxy-58b8988c9b
    uid: d04fcc81-bfe9-43c3-84f6-f2d67d88be70
  resourceVersion: "16871"
  uid: b202dc01-588e-4398-bc0c-a0d45c854368
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - nova
            - key: application
              operator: In
              values:
              - nova
            - key: component
              operator: In
              values:
              - novnc-proxy
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/nova-console-proxy.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2025.1@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      initialDelaySeconds: 30
      periodSeconds: 60
      successThreshold: 1
      tcpSocket:
        port: 6080
      timeoutSeconds: 15
    name: nova-novncproxy
    ports:
    - containerPort: 6080
      name: n-novnc
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      initialDelaySeconds: 30
      periodSeconds: 60
      successThreshold: 1
      tcpSocket:
        port: 6080
      timeoutSeconds: 15
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-console-proxy.sh
      name: nova-bin
      readOnly: true
      subPath: nova-console-proxy.sh
    - mountPath: /etc/nova/nova.conf
      name: nova-etc
      readOnly: true
      subPath: nova.conf
    - mountPath: /etc/nova/logging.conf
      name: nova-etc
      readOnly: true
      subPath: logging.conf
    - mountPath: /usr/share/novnc
      name: pod-usr-share-novnc
      readOnly: true
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /etc/pki/nova-novncproxy
      name: nova-novncproxy-vencrypt
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-p856l
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
      value: openstack:percona-xtradb-haproxy
    - name: DEPENDENCY_JOBS
      value: nova-db-sync
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-p856l
      readOnly: true
  - command:
    - /tmp/nova-console-proxy-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2025.1@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    imagePullPolicy: IfNotPresent
    name: nova-novncproxy-init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-console-proxy-init.sh
      name: nova-bin
      readOnly: true
      subPath: nova-console-proxy-init.sh
    - mountPath: /etc/nova/nova.conf
      name: nova-etc
      readOnly: true
      subPath: nova.conf
    - mountPath: /tmp/pod-shared
      name: pod-shared
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-p856l
      readOnly: true
  - command:
    - /tmp/nova-console-proxy-init-assets.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2025.1@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    imagePullPolicy: IfNotPresent
    name: nova-novncproxy-init-assets
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/nova-console-proxy-init-assets.sh
      name: nova-bin
      readOnly: true
      subPath: nova-console-proxy-init-assets.sh
    - mountPath: /tmp/usr/share/novnc
      name: pod-usr-share-novnc
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-p856l
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: nova-novncproxy
  serviceAccountName: nova-novncproxy
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - configMap:
      defaultMode: 365
      name: nova-bin
    name: nova-bin
  - name: nova-etc
    secret:
      defaultMode: 292
      secretName: nova-etc
  - emptyDir: {}
    name: pod-usr-share-novnc
  - emptyDir: {}
    name: pod-shared
  - name: nova-novncproxy-vencrypt
    secret:
      defaultMode: 292
      secretName: nova-novncproxy-vencrypt
  - name: kube-api-access-p856l
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T08:04:00Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T08:05:26Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T08:05:26Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-28T08:02:22Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://a791a6cde338b250b8aac62758055255184dabec8ac06528c11ac7fbbcb5fcd0
    image: sha256:7ee77437620b97718153d83fbe33e6263ebf195a00dd7ca10bf7b310d35c9c4d
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    lastState: {}
    name: nova-novncproxy
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-28T08:04:00Z"
  hostIP: 199.204.45.233
  initContainerStatuses:
  - containerID: containerd://3e57f3836d4969992b86543948426dd8b0e6af50b4735f19c225cc3cb0e95f18
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://3e57f3836d4969992b86543948426dd8b0e6af50b4735f19c225cc3cb0e95f18
        exitCode: 0
        finishedAt: "2026-04-28T08:03:57Z"
        reason: Completed
        startedAt: "2026-04-28T08:02:27Z"
  - containerID: containerd://0c10ef30a8f51df236853e53ffd56be472fe0f2e4616c49577f15292452b862d
    image: sha256:7ee77437620b97718153d83fbe33e6263ebf195a00dd7ca10bf7b310d35c9c4d
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    lastState: {}
    name: nova-novncproxy-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://0c10ef30a8f51df236853e53ffd56be472fe0f2e4616c49577f15292452b862d
        exitCode: 0
        finishedAt: "2026-04-28T08:03:58Z"
        reason: Completed
        startedAt: "2026-04-28T08:03:58Z"
  - containerID: containerd://3d07c4544469e5ac1924058a6dda6c6c373107efb22af41b47ff3933ddd2acb8
    image: sha256:7ee77437620b97718153d83fbe33e6263ebf195a00dd7ca10bf7b310d35c9c4d
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:297616a45c098b41013e67ce36295521bdd81316c535b2ae2bc77e9095dbe308
    lastState: {}
    name: nova-novncproxy-init-assets
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://3d07c4544469e5ac1924058a6dda6c6c373107efb22af41b47ff3933ddd2acb8
        exitCode: 0
        finishedAt: "2026-04-28T08:03:59Z"
        reason: Completed
        startedAt: "2026-04-28T08:03:59Z"
  phase: Running
  podIP: 10.0.0.197
  podIPs:
  - ip: 10.0.0.197
  qosClass: BestEffort
  startTime: "2026-04-28T08:02:22Z"
