Skip to content

Commit 2231e60

Browse files
Merge pull request #127 from CodeForPhilly/feature/update-liveness-probe
Update liveness probe configuration to improve pod stability
2 parents 18e9ad3 + c0478b5 commit 2231e60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ spec:
207207
httpGet:
208208
path: /
209209
port: http
210-
initialDelaySeconds: 5
210+
initialDelaySeconds: 60
211+
timeoutSeconds: 10
212+
periodSeconds: 30
213+
failureThreshold: 3
211214
resources:
212215
{{- toYaml $.Values.resources | nindent 12 }}
213216
{{- end }}

0 commit comments

Comments
 (0)