diff --git a/charts/langfuse/templates/worker/deployment.yaml b/charts/langfuse/templates/worker/deployment.yaml index 2e4cdc70..53647e56 100644 --- a/charts/langfuse/templates/worker/deployment.yaml +++ b/charts/langfuse/templates/worker/deployment.yaml @@ -70,7 +70,7 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /api/health + path: {{ .Values.langfuse.worker.livenessProbe.path | default "/api/health" }} port: http initialDelaySeconds: {{ .Values.langfuse.worker.livenessProbe.initialDelaySeconds | default 20 }} periodSeconds: {{ .Values.langfuse.worker.livenessProbe.periodSeconds | default 10 }}