Skip to content

Commit 9ed7fa8

Browse files
authored
Merge pull request #3 from iqz-systems/main
Reduce initial delay for liveness and readiness probes
2 parents 470e7da + 419cc63 commit 9ed7fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ spec:
178178
httpGet:
179179
path: /healthcheck
180180
port: {{ .Values.api.service.port }}
181-
initialDelaySeconds: 600
181+
initialDelaySeconds: 180
182182
periodSeconds: 10
183183
timeoutSeconds: 5
184184
failureThreshold: 5
185185
readinessProbe:
186186
httpGet:
187187
path: /healthcheck
188188
port: {{ .Values.api.service.port }}
189-
initialDelaySeconds: 600
189+
initialDelaySeconds: 180
190190
periodSeconds: 5
191191
timeoutSeconds: 3
192192
failureThreshold: 3

0 commit comments

Comments
 (0)