apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 8a57d562bbf9c49449ea876ab5fea8e17ef2b87db3cfbf34c062d99bc45818c9
    configmap-etc-hash: 99937048a4f60bd535167856da24536cfb9dca1e905275b0d67b6e378f2dea4f
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-07T00:38:25Z"
  generateName: nova-api-osapi-798df787f5-
  labels:
    application: nova
    component: os-api
    pod-template-hash: 798df787f5
    release_group: nova
  name: nova-api-osapi-798df787f5-xz82n
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: nova-api-osapi-798df787f5
    uid: fbf77bf5-84c1-4dc1-b245-be5dfacb45c6
  resourceVersion: "15720"
  uid: dc187ddc-824d-4dda-ac93-0483cd6b9663
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:
              - os-api
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/nova-api.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/nova:2023.2@sha256:dc08788ac58b56320d664b14b816dfdbecf109515115d87edbed61c84ae6ae49
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/nova-api.sh
          - stop
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 8774
        scheme: HTTP
      initialDelaySeconds: 5
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 5
    name: nova-osapi
    ports:
    - containerPort: 8774
      name: n-api
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: 8774
        scheme: HTTP
      initialDelaySeconds: 5
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 5
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/nova
      name: pod-var-nova
    - mountPath: /tmp/nova-api.sh
      name: nova-bin
      readOnly: true
      subPath: nova-api.sh
    - mountPath: /etc/nova/nova.conf
      name: nova-etc
      readOnly: true
      subPath: nova.conf
    - mountPath: /etc/nova/nova-api-uwsgi.ini
      name: nova-etc
      readOnly: true
      subPath: nova-api-uwsgi.ini
    - mountPath: /etc/nova/api-paste.ini
      name: nova-etc
      readOnly: true
      subPath: api-paste.ini
    - mountPath: /etc/nova/policy.yaml
      name: nova-etc
      readOnly: true
      subPath: policy.yaml
    - mountPath: /etc/nova/api_audit_map.conf
      name: nova-etc
      readOnly: true
      subPath: api_audit_map.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-nv9zk
      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:rabbitmq-nova,openstack:percona-xtradb-haproxy,openstack:keystone-api
    - name: DEPENDENCY_JOBS
      value: nova-db-sync,nova-ks-user,nova-ks-endpoints,nova-rabbit-init
    - 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-nv9zk
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: nova-api-osapi
  serviceAccountName: nova-api-osapi
  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
  - emptyDir: {}
    name: pod-var-nova
  - configMap:
      defaultMode: 365
      name: nova-bin
    name: nova-bin
  - name: nova-etc
    secret:
      defaultMode: 292
      secretName: nova-etc
  - name: kube-api-access-nv9zk
    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-07T00:40:51Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T00:41:05Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T00:41:05Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T00:38:25Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://328d67497a9767e01698f83cf44cf998e541cb0ff77c454d5818081339fc1b2f
    image: sha256:1778d862e723e2982338ba84c5336ac9eb39be476b9f308c0f7bf56569c6600b
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/nova@sha256:dc08788ac58b56320d664b14b816dfdbecf109515115d87edbed61c84ae6ae49
    lastState: {}
    name: nova-osapi
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-07T00:40:51Z"
  hostIP: 199.19.213.84
  initContainerStatuses:
  - containerID: containerd://4c2e7f2fb8decee21e891b96f26e3f8b760a86fa922819fedf3dc9d1dd2d251a
    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://4c2e7f2fb8decee21e891b96f26e3f8b760a86fa922819fedf3dc9d1dd2d251a
        exitCode: 0
        finishedAt: "2026-04-07T00:40:51Z"
        reason: Completed
        startedAt: "2026-04-07T00:38:27Z"
  phase: Running
  podIP: 10.0.0.108
  podIPs:
  - ip: 10.0.0.108
  qosClass: BestEffort
  startTime: "2026-04-07T00:38:25Z"
