mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
Merge pull request #26 from sameersbn/redmine-fix-livenessprobe
redmine: set livenessProbe timeout to 5 secs
This commit is contained in:
@@ -57,7 +57,7 @@ spec:
|
||||
path: /
|
||||
port: http
|
||||
initialDelaySeconds: 120
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user