Add timeout on initialization job
This commit is contained in:
parent
a5e8185abd
commit
56a57de966
2 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ MVP:
|
||||||
- build/log and build/init-log api endpoints
|
- build/log and build/init-log api endpoints
|
||||||
- report build status to github
|
- report build status to github
|
||||||
- secure github webhooks
|
- secure github webhooks
|
||||||
- k8s init container timeout
|
|
||||||
- better error handling in API (return 400 on user errors)
|
- better error handling in API (return 400 on user errors)
|
||||||
- basic tests
|
- basic tests
|
||||||
- publish runboat container image
|
- publish runboat container image
|
||||||
|
|
|
||||||
|
|
@ -32,3 +32,4 @@ spec:
|
||||||
name: runboat-scripts
|
name: runboat-scripts
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
backoffLimit: 0
|
backoffLimit: 0
|
||||||
|
activeDeadlineSeconds: 1200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue