Skip to content

Instantly share code, notes, and snippets.

@eyarz
Created February 24, 2021 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyarz/2782d056f0ed662a8524aea89d5d9e69 to your computer and use it in GitHub Desktop.
Save eyarz/2782d056f0ed662a8524aea89d5d9e69 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: gke-cron-job
spec:
schedule: '*/1 * * * *'
startingDeadlineSeconds: 10
concurrencyPolicy: Allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment