|
@ -42,8 +42,8 @@ spec: |
|
|
httpGet: |
|
|
httpGet: |
|
|
port: {{ .Values.probes.liveness.port }} |
|
|
port: {{ .Values.probes.liveness.port }} |
|
|
path: {{ .Values.probes.liveness.path }} |
|
|
path: {{ .Values.probes.liveness.path }} |
|
|
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} |
|
|
|
|
|
periodSeconds: {{ .Values.probes.liveness.periodSeconds }} |
|
|
|
|
|
|
|
|
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} |
|
|
|
|
|
periodSeconds: {{ .Values.probes.liveness.periodSeconds }} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- if .Values.probes -}} |
|
|
{{- if .Values.probes -}} |
|
@ -52,8 +52,9 @@ spec: |
|
|
httpGet: |
|
|
httpGet: |
|
|
port: {{ .Values.probes.readiness.port }} |
|
|
port: {{ .Values.probes.readiness.port }} |
|
|
path: {{ .Values.probes.readiness.path }} |
|
|
path: {{ .Values.probes.readiness.path }} |
|
|
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} |
|
|
|
|
|
periodSeconds: {{ .Values.probes.readiness.periodSeconds }} |
|
|
|
|
|
|
|
|
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} |
|
|
|
|
|
periodSeconds: {{ .Values.probes.readiness.periodSeconds }} |
|
|
|
|
|
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" |
|
|
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" |
|
|