From 4d0e0a4c8e578d3f6a0f22d6ee2493132d2b5dc2 Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Sun, 7 Jan 2024 14:18:21 +0100 Subject: [PATCH] fix: change liveliness probe to readiness --- langfuse/templates/deployment.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 }}