Update bootstrap-platform/jenkins/values.yaml
This commit is contained in:
parent
85b24bad66
commit
72752ccd73
|
|
@ -23,5 +23,13 @@ installPlugins:
|
||||||
- git
|
- git
|
||||||
- configuration-as-code
|
- configuration-as-code
|
||||||
|
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /login
|
||||||
|
port: http
|
||||||
|
periodSeconds: 10
|
||||||
|
failureThreshold: 60
|
||||||
|
timeoutSeconds: 5
|
||||||
|
|
||||||
agent:
|
agent:
|
||||||
enabled: true
|
enabled: true
|
||||||
Loading…
Reference in New Issue