Skip to content

Commit 578f21f

Browse files
authored
Increase timeout and failure threshold for health check
1 parent c1b745f commit 578f21f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/docker-mailserver/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ spec:
197197
- -c
198198
- supervisorctl status mailserver postfix
199199
initialDelaySeconds: 30
200-
timeoutSeconds: 15
201-
failureThreshold: 5
200+
timeoutSeconds: 30
201+
failureThreshold: 10
202202
ports:
203203
- name: smtp
204204
containerPort: 25

0 commit comments

Comments
 (0)