dokuwiki: fix probes to properly query pod health (#1152)

This commit is contained in:
Sameer Naik
2017-06-06 17:22:56 -07:00
committed by Lachlan Evenson
parent 99e753b1cf
commit db12f5b748
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: dokuwiki
version: 0.1.4
version: 0.1.5
description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small companies. All data is stored in plain text files, so no database is required.
keywords:
- dokuwiki
+6 -4
View File
@@ -38,16 +38,18 @@ spec:
containerPort: 443
livenessProbe:
httpGet:
path: /
path: /doku.php
port: http
initialDelaySeconds: 120
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /
path: /doku.php
port: http
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 30
timeoutSeconds: 3
periodSeconds: 5
resources:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts: