mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-03 19:39:01 +00:00
fix: increase startupProbe failureThreshold (#67)
This commit is contained in:
@ -74,7 +74,7 @@ spec:
|
||||
path: /accounts/login/
|
||||
port: http
|
||||
periodSeconds: 3
|
||||
failureThreshold: 30
|
||||
failureThreshold: 40
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
Reference in New Issue
Block a user