bodhi / critpath: fix spec to be valid
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0f91c69c5c
commit
fe1d94e8c6
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,6 @@ spec:
|
||||||
schedule: "10 3 * * *"
|
schedule: "10 3 * * *"
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
activeDeadlineSeconds: 900
|
|
||||||
startingDeadlineSeconds: 300
|
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
backoffLimit: 0
|
backoffLimit: 0
|
||||||
|
@ -35,7 +33,8 @@ spec:
|
||||||
mountPath: /bodhi-critpath
|
mountPath: /bodhi-critpath
|
||||||
readOnly: false
|
readOnly: false
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
startingDeadlineSeconds: 600
|
activeDeadlineSeconds: 900
|
||||||
|
startingDeadlineSeconds: 300
|
||||||
volumes:
|
volumes:
|
||||||
- name: bodhi-critpath
|
- name: bodhi-critpath
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue