apiVersion: batch/v1 kind: CronJob metadata: annotations: k8s.v1.cni.cncf.io/networks: '[]' creationTimestamp: "2025-12-05T13:06:49Z" 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-b46d8 uid: d33189a8-3925-4f41-820e-c0c810f3e790 resourceVersion: "32278" uid: 86074439-7e88-4790-a95e-8e48456b3545 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:7a2056615520e272bae43ec3f34e2ba7a92c1d364b8d9106b53bd694619fc9c2 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-b46d8 serviceAccountName: cinder-cinder-b46d8 terminationGracePeriodSeconds: 30 volumes: - hostPath: path: /etc/machine-id type: "" name: etc-machine-id - name: scripts secret: defaultMode: 493 secretName: cinder-b46d8-scripts - name: config-data secret: defaultMode: 420 secretName: cinder-b46d8-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-b46d8-config-data - name: combined-ca-bundle secret: defaultMode: 292 secretName: combined-ca-bundle schedule: 1 0 * * * successfulJobsHistoryLimit: 3 suspend: false status: {}