Skip to content

Commit aaeda59

Browse files
committed
Increase readiness/liveness probe startup delay
1 parent 5c60e2f commit aaeda59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/istio-fortsa/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ spec:
4747
httpGet:
4848
path: /healthz
4949
port: 8081
50-
initialDelaySeconds: 15
50+
initialDelaySeconds: 60
5151
periodSeconds: 20
5252
name: manager
5353
readinessProbe:
5454
httpGet:
5555
path: /readyz
5656
port: 8081
57-
initialDelaySeconds: 5
57+
initialDelaySeconds: 60
5858
periodSeconds: 10
5959
resources: {{- toYaml .Values.controllerManager.manager.resources | nindent 10
6060
}}

0 commit comments

Comments
 (0)