From b2d9ea4b5e1482399a6e68ece3c07c227600320d Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Fri, 31 May 2024 08:54:18 -0500 Subject: [PATCH 1/3] fix startup probe path --- charts/tembo-ai/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tembo-ai/values.yaml b/charts/tembo-ai/values.yaml index ba577e217..eadf4f112 100644 --- a/charts/tembo-ai/values.yaml +++ b/charts/tembo-ai/values.yaml @@ -99,7 +99,7 @@ inferenceService: port: http startupProbe: enabled: true - path: /startup + path: /health port: http failureThreshold: 30 periodSeconds: 10 From d9003b5c9ad0435ca6f52fee85396f338f6925ba Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Fri, 31 May 2024 08:54:43 -0500 Subject: [PATCH 2/3] Update Chart.yaml --- charts/tembo-ai/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tembo-ai/Chart.yaml b/charts/tembo-ai/Chart.yaml index 81a98b3f5..c3a5c5b4c 100644 --- a/charts/tembo-ai/Chart.yaml +++ b/charts/tembo-ai/Chart.yaml @@ -15,7 +15,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.1.2 +version: 0.1.3 # 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 From 46e3a5f813817356b92bd8d6e079f4d13bbcc290 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Fri, 31 May 2024 08:57:45 -0500 Subject: [PATCH 3/3] Update statefulset.yaml