fix typo in livenessProbe (#9213)

Signed-off-by: Lucas Bickel <hairmare@purplehaze.ch>
This commit is contained in:
Lucas Bickel
2018-11-13 05:51:56 -08:00
committed by k8s-ci-robot
parent f72938a2a9
commit fde0607e8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: joomla
version: 3.4.0
version: 3.4.1
appVersion: 3.9.0
description: PHP content management system (CMS) for publishing web content
keywords:
+1 -1
View File
@@ -120,7 +120,7 @@ mariadb:
## 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