diff --git a/langfuse/templates/deployment.yaml b/langfuse/templates/deployment.yaml index 526981e..7d200aa 100644 --- a/langfuse/templates/deployment.yaml +++ b/langfuse/templates/deployment.yaml @@ -80,14 +80,10 @@ spec: - configMapRef: name: {{ include "langfuse.configMap" . }} {{- include "langfuse.additionalSecrets" . }} - livenessProbe: + readinessProbe: httpGet: path: /api/public/health port: http -# readinessProbe: -# httpGet: -# path: / -# port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}