feat(chart): change the probe times
This commit is contained in:
parent
193858bd2b
commit
7b54381693
|
|
@ -47,8 +47,8 @@ controllers:
|
|||
custom: true
|
||||
type: HTTP
|
||||
spec:
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 30
|
||||
httpGet: &probesPath
|
||||
|
|
@ -58,10 +58,10 @@ controllers:
|
|||
enabled: true
|
||||
custom: true
|
||||
spec:
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 20
|
||||
failureThreshold: 5
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 10
|
||||
httpGet: *probesPath
|
||||
liveness: *probes
|
||||
|
||||
|
|
@ -101,4 +101,4 @@ service:
|
|||
# Merge with ALL the values in `values.yaml`
|
||||
{{- $_ := mergeOverwrite .Values $ctx.Values -}}
|
||||
{{- $_ = include "readur.hardcodedValues" . | fromYaml | merge $ctx.Values -}}
|
||||
{{- include "bjw-s.common.loader.all" $ctx }}
|
||||
{{- include "bjw-s.common.loader.all" $ctx }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue