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