joomla: fix probes to properly query pod health (#1161)

This commit is contained in:
Sameer Naik
2017-06-06 17:21:31 -07:00
committed by Lachlan Evenson
parent 9b4c1ee6d3
commit 55fca6793f
+6 -4
View File
@@ -57,16 +57,18 @@ spec:
containerPort: 443
livenessProbe:
httpGet:
path: /
path: /index.php
port: http
initialDelaySeconds: 120
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /
path: /index.php
port: http
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 30
timeoutSeconds: 3
periodSeconds: 5
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts: