apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: b3f4f73275255f12624ed24bea6af0cba303b560549383a082efe21750e864ce
    configmap-etc-hash: fe01c8c03b0f8e8cb0359c3e9cef886086ee8bf732de8f9ac227cf81f7103d55
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-14T06:00:43Z"
  generateName: staffeln-api-597cd454b4-
  labels:
    application: staffeln
    component: api
    pod-template-hash: 597cd454b4
    release_group: staffeln
  name: staffeln-api-597cd454b4-c2jw2
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: staffeln-api-597cd454b4
    uid: 4c2a7be9-8dc3-49be-aa7c-2a6ca01b8127
  resourceVersion: "10612"
  uid: 78b72f11-1c08-4e05-a793-12b97f0d2b4e
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - staffeln
            - key: application
              operator: In
              values:
              - staffeln
            - key: component
              operator: In
              values:
              - api
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/staffeln-api.sh
    - start
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/staffeln:latest@sha256:07d2b543e9df7b07a042180edd7eb2a49dfb199ff31b32ee578e46d9be2f3c4f
    imagePullPolicy: IfNotPresent
    lifecycle:
      preStop:
        exec:
          command:
          - /tmp/staffeln-api.sh
          - stop
    name: staffeln-api
    ports:
    - containerPort: 8808
      name: s-api
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /v1/health
        port: 8808
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/staffeln
      name: state-tmp
    - mountPath: /etc/staffeln
      name: etcstaffeln
    - mountPath: /etc/staffeln/staffeln.conf
      name: staffeln-etc
      readOnly: true
      subPath: staffeln.conf
    - mountPath: /tmp/staffeln-api.sh
      name: staffeln-bin
      readOnly: true
      subPath: staffeln-api.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-6tbdh
      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,openstack:keystone-api
    - name: DEPENDENCY_JOBS
      value: staffeln-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-6tbdh
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: staffeln-api
  serviceAccountName: staffeln-api
  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: state-tmp
  - emptyDir: {}
    name: etcstaffeln
  - name: staffeln-etc
    secret:
      defaultMode: 292
      secretName: staffeln-etc
  - configMap:
      defaultMode: 365
      name: staffeln-bin
    name: staffeln-bin
  - name: kube-api-access-6tbdh
    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-14T06:01:06Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-14T06:01:14Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-14T06:01:14Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-14T06:00:43Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://ff66572f60cb53ed486ad3786024ba33fdfe15140422c5525173383e49eee7d4
    image: sha256:598b8f707dd4469d9e3501e47ffda0e390b16ee7408509b33341ffcdeed8c98c
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/staffeln@sha256:07d2b543e9df7b07a042180edd7eb2a49dfb199ff31b32ee578e46d9be2f3c4f
    lastState: {}
    name: staffeln-api
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-14T06:01:06Z"
  hostIP: 199.204.45.89
  initContainerStatuses:
  - containerID: containerd://68dc5f692d8b88cddd9de4a386cea8152d15305b03296c691110e285c5395a8f
    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://68dc5f692d8b88cddd9de4a386cea8152d15305b03296c691110e285c5395a8f
        exitCode: 0
        finishedAt: "2026-04-14T06:01:06Z"
        reason: Completed
        startedAt: "2026-04-14T06:00:44Z"
  phase: Running
  podIP: 10.0.0.192
  podIPs:
  - ip: 10.0.0.192
  qosClass: BestEffort
  startTime: "2026-04-14T06:00:43Z"
