diff --git a/charts/plume/templates/deployment.yaml b/charts/plume/templates/deployment.yaml index 7fc7c2b0..de56d753 100644 --- a/charts/plume/templates/deployment.yaml +++ b/charts/plume/templates/deployment.yaml @@ -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 }}