feat(helm): adding liveness and readiness probes customizations (#4116)

* feat(helm): adding liveness and readiness probes customizations

* chore(helm): bump chart version to 2.2.0

***NO_CI***
This commit is contained in:
Ivann LARUELLE
2021-06-24 06:14:44 +02:00
committed by GitHub
parent b3612b61ba
commit 826e6d4bdf
3 changed files with 13 additions and 7 deletions

View File

@@ -21,6 +21,16 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:
livenessProbe:
httpGet:
path: /healthz
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
podSecurityContext: {}
# fsGroup: 2000