File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,14 @@ spec:
60
60
{{- toYaml .Values.pump.containerSecurityContext | nindent 12 }}
61
61
{{- end }}
62
62
63
- {{- if .Values.pump.livenessProbe }}
63
+ {{- if .Values.pump.healthCheckService.enabled }}
64
64
livenessProbe :
65
65
httpGet :
66
66
scheme : " HTTP"
67
67
path : /{{ .Values.pump.healthCheckService.path }}
68
68
port : {{ .Values.pump.healthCheckService.port }}
69
69
{{- toYaml .Values.pump.livenessProbe | nindent 10 }}
70
- {{- end }}
71
70
72
- {{- if .Values.pump.readinessProbe }}
73
71
readinessProbe :
74
72
httpGet :
75
73
scheme : " HTTP"
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ pump:
231
231
enabled : false
232
232
233
233
# path sets the health check path.
234
- path : " "
234
+ path : " hello "
235
235
236
236
# port sets the health check port.
237
237
# It defaults to 8083 if health check is enabled and it is not set.
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ tyk-pump:
759
759
enabled : false
760
760
761
761
# path sets the health check path.
762
- path : " "
762
+ path : " hello "
763
763
764
764
# port sets the health check port.
765
765
# It defaults to 8083 if health check is enabled and it is not set.
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ tyk-pump:
640
640
enabled : false
641
641
642
642
# path sets the health check path.
643
- path : " "
643
+ path : " hello "
644
644
645
645
# port sets the health check port.
646
646
# It defaults to 8083 if health check is enabled and it is not set.
Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ tyk-pump:
681
681
enabled : false
682
682
683
683
# path sets the health check path.
684
- path : " "
684
+ path : " hello "
685
685
686
686
# port sets the health check port.
687
687
# It defaults to 8083 if health check is enabled and it is not set.
Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ tyk-pump:
774
774
775
775
# Tyk Pump health service is disabled by default.
776
776
# Set it to true to enable it.
777
- enabled : true
777
+ enabled : false
778
778
779
779
# path sets the health check path.
780
780
path : " hello"
You can’t perform that action at this time.
0 commit comments