add prefix to readiness probe

This commit is contained in:
2025-11-12 16:22:13 -06:00
parent 37fa20c1ec
commit 1f8780481f

View File

@@ -55,7 +55,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /health
path: /{{ .Values.ontime.prefix }}/health
port: 4001
{{- with .Values.resources }}
resources: