apiVersion: batch/v1 kind: CronJob metadata: creationTimestamp: "2025-10-11T10:56:46Z" generation: 1 labels: service: nova-conductor name: nova-cell1-db-purge namespace: openstack ownerReferences: - apiVersion: nova.openstack.org/v1beta1 blockOwnerDeletion: true controller: true kind: NovaConductor name: nova-cell1-conductor uid: 8dfcab2a-97a3-4b86-95b2-88bd2131293f resourceVersion: "45676" uid: ff168ac3-5b71-4365-8877-0ff17bef2a54 spec: concurrencyPolicy: Forbid failedJobsHistoryLimit: 1 jobTemplate: metadata: annotations: k8s.v1.cni.cncf.io/networks: '[]' creationTimestamp: null labels: service: nova-conductor spec: completions: 1 parallelism: 1 template: metadata: creationTimestamp: null spec: containers: - args: - -c - /usr/local/bin/kolla_start command: - /bin/bash env: - name: ARCHIVE_AGE value: "30" - name: KOLLA_BOOTSTRAP value: "true" - name: KOLLA_CONFIG_STRATEGY value: COPY_ALWAYS - name: PURGE_AGE value: "90" image: quay.io/podified-antelope-centos9/openstack-nova-conductor@sha256:9596452e283febbe08204d0ef0fd1992af3395d0969f7ac76663ed7c8be5b4d4 imagePullPolicy: IfNotPresent name: nova-manage resources: {} securityContext: runAsUser: 42436 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/lib/openstack/config name: config-data - mountPath: /var/lib/openstack/bin name: scripts - mountPath: /var/lib/kolla/config_files/config.json name: config-data subPath: nova-conductor-dbpurge-config.json - 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: OnFailure schedulerName: default-scheduler securityContext: {} serviceAccount: nova-nova serviceAccountName: nova-nova terminationGracePeriodSeconds: 30 volumes: - name: config-data secret: defaultMode: 416 secretName: nova-cell1-conductor-config-data - name: scripts secret: defaultMode: 480 secretName: nova-cell1-conductor-scripts - name: combined-ca-bundle secret: defaultMode: 292 secretName: combined-ca-bundle schedule: 0 0 * * * successfulJobsHistoryLimit: 3 suspend: false status: {}