|
|
@ -40,6 +40,7 @@ spec: |
|
|
|
{{- if .Values.probes.liveness -}} |
|
|
|
livenessProbe: |
|
|
|
httpGet: |
|
|
|
port: {{ .Values.probes.liveness.port }} |
|
|
|
path: {{ .Values.probes.liveness.path }} |
|
|
|
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} |
|
|
|
periodSeconds: {{ .Values.probes.liveness.periodSeconds }} |
|
|
@ -49,6 +50,7 @@ spec: |
|
|
|
{{- if .Values.probes.readiness }} |
|
|
|
readinessProbe: |
|
|
|
httpGet: |
|
|
|
port: {{ .Values.probes.readiness.port }} |
|
|
|
path: {{ .Values.probes.readiness.path }} |
|
|
|
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} |
|
|
|
periodSeconds: {{ .Values.probes.readiness.periodSeconds }} |
|
|
|