This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 28 files changed +98
-70
lines changed Expand file tree Collapse file tree 28 files changed +98
-70
lines changed Original file line number Diff line number Diff line change 4242 httpGet :
4343 port : {{ .Values.probes.liveness.port }}
4444 path : {{ .Values.probes.liveness.path }}
45- initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46- periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
45+ initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46+ periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
4747 {{- end -}}
4848 {{- end -}}
4949 {{- if .Values.probes -}}
5252 httpGet :
5353 port : {{ .Values.probes.readiness.port }}
5454 path : {{ .Values.probes.readiness.path }}
55- initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56- periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
55+ initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56+ periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
57+ timeoutSeconds : {{ .Values.probes.readiness.timeoutSeconds }}
5758 {{- end -}}
5859 {{- end }}
5960 image : " {{ template " fqdn-image" . }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ probes:
5858 port : 80
5959 readiness :
6060 path : /hc
61+ timeoutSeconds : 5
6162 initialDelaySeconds : 90
62- periodSeconds : 15
63+ periodSeconds : 60
6364 port : 80
Original file line number Diff line number Diff line change 4242 httpGet :
4343 port : {{ .Values.probes.liveness.port }}
4444 path : {{ .Values.probes.liveness.path }}
45- initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46- periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
45+ initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46+ periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
4747 {{- end -}}
4848 {{- end -}}
4949 {{- if .Values.probes -}}
5252 httpGet :
5353 port : {{ .Values.probes.readiness.port }}
5454 path : {{ .Values.probes.readiness.path }}
55- initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56- periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
55+ initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56+ periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
57+ timeoutSeconds : {{ .Values.probes.readiness.timeoutSeconds }}
5758 {{- end -}}
5859 {{- end }}
5960 image : " {{ template " fqdn-image" . }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ probes:
5858 port : 80
5959 readiness :
6060 path : /hc
61+ timeoutSeconds : 5
6162 initialDelaySeconds : 90
62- periodSeconds : 15
63+ periodSeconds : 60
6364 port : 80
Original file line number Diff line number Diff line change 4242 httpGet :
4343 port : {{ .Values.probes.liveness.port }}
4444 path : {{ .Values.probes.liveness.path }}
45- initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46- periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
45+ initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
46+ periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
4747 {{- end -}}
4848 {{- end -}}
4949 {{- if .Values.probes -}}
5252 httpGet :
5353 port : {{ .Values.probes.readiness.port }}
5454 path : {{ .Values.probes.readiness.path }}
55- initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56- periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
55+ initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
56+ periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
57+ timeoutSeconds : {{ .Values.probes.readiness.timeoutSeconds }}
5758 {{- end -}}
5859 {{- end }}
5960 image : " {{ template " fqdn-image" . }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ probes:
5858 port : 80
5959 readiness :
6060 path : /hc
61+ timeoutSeconds : 5
6162 initialDelaySeconds : 90
62- periodSeconds : 15
63+ periodSeconds : 60
6364 port : 80
Original file line number Diff line number Diff line change 4141 httpGet :
4242 port : {{ .Values.probes.liveness.port }}
4343 path : {{ .Values.probes.liveness.path }}
44- initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
45- periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
44+ initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
45+ periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
4646 {{- end -}}
4747 {{- end -}}
4848 {{- if .Values.probes -}}
5151 httpGet :
5252 port : {{ .Values.probes.readiness.port }}
5353 path : {{ .Values.probes.readiness.path }}
54- initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
55- periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
54+ initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
55+ periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
56+ timeoutSeconds : {{ .Values.probes.readiness.timeoutSeconds }}
5657 {{- end -}}
5758 {{- end }}
5859 image : " {{ template " fqdn-image" . }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ probes:
5858 port : 80
5959 readiness :
6060 path : /hc
61+ timeoutSeconds : 5
6162 initialDelaySeconds : 90
62- periodSeconds : 15
63+ periodSeconds : 60
6364 port : 80
Original file line number Diff line number Diff line change 3434 httpGet :
3535 port : {{ .Values.probes.liveness.port }}
3636 path : {{ .Values.probes.liveness.path }}
37- initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
38- periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
37+ initialDelaySeconds : {{ .Values.probes.liveness.initialDelaySeconds }}
38+ periodSeconds : {{ .Values.probes.liveness.periodSeconds }}
3939 {{- end -}}
4040 {{- end -}}
4141 {{- if .Values.probes -}}
4444 httpGet :
4545 port : {{ .Values.probes.readiness.port }}
4646 path : {{ .Values.probes.readiness.path }}
47- initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
48- periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
47+ initialDelaySeconds : {{ .Values.probes.readiness.initialDelaySeconds }}
48+ periodSeconds : {{ .Values.probes.readiness.periodSeconds }}
49+ timeoutSeconds : {{ .Values.probes.readiness.timeoutSeconds }}
4950 {{- end -}}
5051 {{- end }}
5152 image : " {{ template " fqdn-image" . }}:{{ .Values.image.tag }}"
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ probes:
4949 port : 80
5050 readiness :
5151 path : /hc
52+ timeoutSeconds : 5
5253 initialDelaySeconds : 90
53- periodSeconds : 15
54+ periodSeconds : 60
5455 port : 80
You can’t perform that action at this time.
0 commit comments