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

@@ -56,13 +56,9 @@ spec:
containerPort: 3000
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
port: http
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
httpGet:
path: /healthz
port: http
{{- toYaml .Values.readinessProbe | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}