From 043a72292fd64b664b1bfb9734d3aeff884ba346 Mon Sep 17 00:00:00 2001 From: ilyannn Date: Sun, 7 Jan 2024 14:49:16 +0100 Subject: [PATCH] fix: 0.3.1 version (#8) Fixes #6 (change liveliness probe to readiness) --- langfuse/Chart.yaml | 2 +- langfuse/templates/deployment.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/langfuse/Chart.yaml b/langfuse/Chart.yaml index 83279b4..624938f 100644 --- a/langfuse/Chart.yaml +++ b/langfuse/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to 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 }}