Skip to content

Commit 4a0af72

Browse files
committed
Increase InitialDelaySeconds for readinessProbe and livenessProbe
1 parent 6f1f16b commit 4a0af72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/meilisearch/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
replicaCount: 1
66

77
readinessProbe:
8-
periodSeconds: 10
9-
InitialDelaySeconds: 0
8+
periodSeconds: 60
9+
InitialDelaySeconds: 60
1010

1111
livenessProbe:
12-
periodSeconds: 10
13-
InitialDelaySeconds: 0
12+
periodSeconds: 60
13+
InitialDelaySeconds: 60
1414

1515
image:
1616
repository: getmeili/meilisearch

0 commit comments

Comments
 (0)