apiVersion: batch/v1 kind: CronJob metadata: name: my-cron-job spec: schedule: "*/10 * * * *" failedJobsHistoryLimit: 1 successfulJobsHistoryLimit: 3 jobTemplate: spec: template: ...