apiVersion: batch/v1 kind: CronJob metadata: annotations: k8s.v1.cni.cncf.io/networks: '[]' creationTimestamp: "2025-10-11T10:55:04Z" generation: 1 labels: service: cinder name: cinder-db-purge namespace: openstack ownerReferences: - apiVersion: cinder.openstack.org/v1beta1 blockOwnerDeletion: true controller: true kind: Cinder name: cinder-b5802 uid: 41aa9d06-7b38-43c2-aa89-c2a0e5bad1d8 resourceVersion: "40518" uid: 0ca2928f-891d-4a6d-8545-52dddc33d9e0 spec: concurrencyPolicy: Forbid failedJobsHistoryLimit: 1 jobTemplate: metadata: annotations: k8s.v1.cni.cncf.io/networks: '[]' creationTimestamp: null labels: service: cinder spec: completions: 1 parallelism: 1 template: metadata: annotations: k8s.v1.cni.cncf.io/networks: '[]' creationTimestamp: null labels: service: cinder spec: containers: - args: - -c - /usr/bin/cinder-manage --debug --config-dir /etc/cinder/cinder.conf.d db purge 30 command: - /bin/bash image: quay.io/podified-antelope-centos9/openstack-cinder-api@sha256:85c75d60e1bd2f8a9ea0a2bb21a8df64c0a6f7b504cc1a05a355981d4b90e92f imagePullPolicy: IfNotPresent name: cinder-db-purge resources: {} securityContext: runAsGroup: 42407 runAsUser: 42407 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/cinder/cinder.conf.d name: db-purge-config-data readOnly: true - mountPath: /etc/my.cnf name: config-data readOnly: true subPath: my.cnf - mountPath: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem name: combined-ca-bundle readOnly: true subPath: tls-ca-bundle.pem dnsPolicy: ClusterFirst restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: cinder-cinder-b5802 serviceAccountName: cinder-cinder-b5802 terminationGracePeriodSeconds: 30 volumes: - hostPath: path: /etc/machine-id type: "" name: etc-machine-id - name: scripts secret: defaultMode: 493 secretName: cinder-b5802-scripts - name: config-data secret: defaultMode: 420 secretName: cinder-b5802-config-data - name: db-purge-config-data secret: defaultMode: 420 items: - key: 00-global-defaults.conf path: 00-global-defaults.conf - key: 02-global-custom.conf path: 02-global-custom.conf secretName: cinder-b5802-config-data - name: combined-ca-bundle secret: defaultMode: 292 secretName: combined-ca-bundle schedule: 1 0 * * * successfulJobsHistoryLimit: 3 suspend: false status: {}