Skip to content

Instantly share code, notes, and snippets.

@slamidtfyn
Last active February 26, 2019 21:38
Show Gist options
  • Save slamidtfyn/b694fad2b7d6ccf58ecddd020ab84fa8 to your computer and use it in GitHub Desktop.
Save slamidtfyn/b694fad2b7d6ccf58ecddd020ab84fa8 to your computer and use it in GitHub Desktop.
k8s-job
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hw
spec:
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hw
image: slamidtfyn/jsonapp
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment