From 1f8780481fc949abf97fe70f979e70cfb3caf389 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 16:22:13 -0600 Subject: [PATCH] add prefix to readiness probe --- helm-charts/stage/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/stage/templates/deployment.yaml b/helm-charts/stage/templates/deployment.yaml index 70f745c..3f8f30f 100644 --- a/helm-charts/stage/templates/deployment.yaml +++ b/helm-charts/stage/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: protocol: TCP readinessProbe: httpGet: - path: /health + path: /{{ .Values.ontime.prefix }}/health port: 4001 {{- with .Values.resources }} resources: