fix: increase startupProbe failureThreshold (#67)

This commit is contained in:
2024-03-18 20:08:50 +00:00
committed by GitHub
parent 25c69e5cb3
commit b70163cea1
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ spec:
path: /accounts/login/
port: http
periodSeconds: 3
failureThreshold: 30
failureThreshold: 40
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: