apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 8a57d562bbf9c49449ea876ab5fea8e17ef2b87db3cfbf34c062d99bc45818c9
    configmap-etc-hash: ede3d5d14ca264ba14fc66e7a8cc14f47ad2274097e6bbfc6178db2dd540b969
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-08-24T16:19:23Z"
  generateName: nova-novncproxy-76cfd76cd-
  labels:
    application: nova
    component: novnc-proxy
    pod-template-hash: 76cfd76cd
    release_group: nova
  name: nova-novncproxy-76cfd76cd-7b5xk
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: nova-novncproxy-76cfd76cd
    uid: e723a9bf-adf4-423c-8a22-c5d70a10ccf1
  resourceVersion: "16523"
  uid: eb9beb78-732a-461c-aed9-d54cdcdb525b
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:2024.2@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    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-rqn2q
      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-rqn2q
      readOnly: true
  - command:
    - /tmp/nova-console-proxy-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2024.2@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    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-rqn2q
      readOnly: true
  - command:
    - /tmp/nova-console-proxy-init-assets.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2024.2@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    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-rqn2q
      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-rqn2q
    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-08-24T16:20:49Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:21:27Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:21:27Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:19:23Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://fff4bef2ee7eb375422b996a6831ac1bc15550e3a0d1e9a462bfd05b5e3ab9ac
    image: sha256:70408b60a176c6505a56eaf549151f2e2bcb505201d064599f4cf389c00a9dde
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    lastState: {}
    name: nova-novncproxy
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-08-24T16:20:49Z"
  hostIP: 199.19.213.86
  initContainerStatuses:
  - containerID: containerd://dc6f5fe9e684d226fe24fe6bbc984ab1613884f9131e3d7553ed7231d294532a
    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://dc6f5fe9e684d226fe24fe6bbc984ab1613884f9131e3d7553ed7231d294532a
        exitCode: 0
        finishedAt: "2026-08-24T16:20:46Z"
        reason: Completed
        startedAt: "2026-08-24T16:19:27Z"
  - containerID: containerd://c65c0ee8b0fd6d83e13f2a7e7289351e4a57b20e6a233b89265cde8b04743ff8
    image: sha256:70408b60a176c6505a56eaf549151f2e2bcb505201d064599f4cf389c00a9dde
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    lastState: {}
    name: nova-novncproxy-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://c65c0ee8b0fd6d83e13f2a7e7289351e4a57b20e6a233b89265cde8b04743ff8
        exitCode: 0
        finishedAt: "2026-08-24T16:20:47Z"
        reason: Completed
        startedAt: "2026-08-24T16:20:47Z"
  - containerID: containerd://43d1beb53184852f9a15b0ee81c3064ea60d6ed911cfc436623a1fb84037d6e2
    image: sha256:70408b60a176c6505a56eaf549151f2e2bcb505201d064599f4cf389c00a9dde
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:38480c26bd7f04613f765d2473c2a5d036ae39b79e049af5035a90136d3f892f
    lastState: {}
    name: nova-novncproxy-init-assets
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://43d1beb53184852f9a15b0ee81c3064ea60d6ed911cfc436623a1fb84037d6e2
        exitCode: 0
        finishedAt: "2026-08-24T16:20:48Z"
        reason: Completed
        startedAt: "2026-08-24T16:20:48Z"
  phase: Running
  podIP: 10.0.0.162
  podIPs:
  - ip: 10.0.0.162
  qosClass: BestEffort
  startTime: "2026-08-24T16:19:23Z"
