mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/dokuwiki] fix typo in livenessProbe (#7893)
Signed-off-by: Lucas Bickel <lucas.bickel@adfinis-sygroup.ch>
This commit is contained in:
committed by
k8s-ci-robot
parent
5963eca124
commit
6d0feccd84
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user