add prefix to readiness probe
This commit is contained in:
@@ -55,7 +55,7 @@ spec:
|
||||
protocol: TCP
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /{{ .Values.ontime.prefix }}/health
|
||||
port: 4001
|
||||
{{- with .Values.resources }}
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user