[stable/dokuwiki] fix typo in livenessProbe (#7893)

Signed-off-by: Lucas Bickel <lucas.bickel@adfinis-sygroup.ch>
This commit is contained in:
Lucas Bickel
2018-09-21 07:27:57 -07:00
committed by k8s-ci-robot
parent 5963eca124
commit 6d0feccd84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: dokuwiki
version: 3.0.0
version: 3.0.1
appVersion: 0.20180422.201805030840
description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating
documentation. It is targeted at developer teams, workgroups, and small companies.
+1 -1
View File
@@ -151,7 +151,7 @@ resources:
## Configure extra options for liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
livenessProbe:
enbaled: true
enabled: true
initialDelaySeconds: 120
periodSeconds: 10
timeoutSeconds: 5