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 }}
livenessProbe:
httpGet:
path: /
path: /healthz
port: http
readinessProbe:
httpGet:
path: /
path: /healthz
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}