added thresholds to readiness and liveness probes
This commit is contained in:
parent
6f4f98c091
commit
bf770cc05e
@ -53,14 +53,18 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 180
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
failureThreshold: 15
|
||||||
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v2/version
|
path: /api/v2/version
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 180
|
initialDelaySeconds: 120
|
||||||
periodSeconds: 5
|
periodSeconds: 30
|
||||||
|
failureThreshold: 3
|
||||||
|
successThreshold: 1
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .resources | indent 12 }}
|
{{ toYaml .resources | indent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user