mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
dokuwiki: fix probes to properly query pod health (#1152)
This commit is contained in:
committed by
Lachlan Evenson
parent
99e753b1cf
commit
db12f5b748
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user