Add timeout on initialization job

This commit is contained in:
Stéphane Bidoul 2021-11-05 10:21:38 +01:00
parent a5e8185abd
commit 56a57de966
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -32,3 +32,4 @@ spec:
name: runboat-scripts name: runboat-scripts
restartPolicy: Never restartPolicy: Never
backoffLimit: 0 backoffLimit: 0
activeDeadlineSeconds: 1200