Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 646b1c6

Browse files
committed
fix(charts): bump router's livenessProbe initial delay
1 parent b9c67e9 commit 646b1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/router/templates/router-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
httpGet:
5858
path: /healthz
5959
port: 9090
60-
initialDelaySeconds: 1
60+
initialDelaySeconds: 10
6161
timeoutSeconds: 1
6262
readinessProbe:
6363
httpGet:

0 commit comments

Comments
 (0)