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: