Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6a82c30db7
|
|||
cc0068647b
|
@ -3,11 +3,12 @@ kind: CronJob
|
|||||||
metadata:
|
metadata:
|
||||||
name: pv-energy-calculator
|
name: pv-energy-calculator
|
||||||
spec:
|
spec:
|
||||||
schedule: "1 1 * * *"
|
schedule: "5 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
- name: pv-energy-calculator
|
- name: pv-energy-calculator
|
||||||
image: %IMAGE%
|
image: %IMAGE%
|
||||||
|
Reference in New Issue
Block a user