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:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user