mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in livenessProbe (#9213)
Signed-off-by: Lucas Bickel <hairmare@purplehaze.ch>
This commit is contained in:
committed by
k8s-ci-robot
parent
f72938a2a9
commit
fde0607e8f
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user