chore(argo-workflows): update workflows version to most 3.0.7 (#811)
* chore(argo-workflows): update workflows version to most 3.0.7 Signed-off-by: Alex Sears <me@alexsears.com> * chore(argo-worflows): update controller liveness probe Signed-off-by: Alex Sears <me@alexsears.com> * chore(argo-workflows): templatize controller liveness probe Signed-off-by: Alex Sears <me@alexsears.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
7e381436f9
commit
0180e943ff
3 changed files with 13 additions and 8 deletions
|
|
@ -132,6 +132,15 @@ controller:
|
|||
# service type `LoadBalancer`
|
||||
loadBalancerSourceRanges: []
|
||||
resources: {}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
port: 6060
|
||||
path: /healthz
|
||||
# Require three failures to tolerate transient errors.
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 90
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 30
|
||||
|
||||
## Extra environment variables to provide to the controller container
|
||||
## extraEnv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue