fix(plume): Probes on healthz

This commit is contained in:
2025-06-25 16:58:08 +02:00
parent cfdac412a4
commit a76ff248bd
+2 -2
View File
@@ -41,11 +41,11 @@ spec:
{{- toYaml .Values.env | nindent 12 }} {{- toYaml .Values.env | nindent 12 }}
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /healthz
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /healthz
port: http port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}