We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 470e7da + 419cc63 commit 9ed7fa8Copy full SHA for 9ed7fa8
1 file changed
templates/api.yaml
@@ -178,15 +178,15 @@ spec:
178
httpGet:
179
path: /healthcheck
180
port: {{ .Values.api.service.port }}
181
- initialDelaySeconds: 600
+ initialDelaySeconds: 180
182
periodSeconds: 10
183
timeoutSeconds: 5
184
failureThreshold: 5
185
readinessProbe:
186
187
188
189
190
periodSeconds: 5
191
timeoutSeconds: 3
192
failureThreshold: 3
0 commit comments