|
|
@ -37,13 +37,15 @@ spec: |
|
|
|
protocol: {{ $port.protocol }} |
|
|
|
{{- end }} |
|
|
|
livenessProbe: |
|
|
|
httpGet: |
|
|
|
path: / |
|
|
|
tcpSocket: |
|
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|
|
initialDelaySeconds: 5 |
|
|
|
periodSeconds: 10 |
|
|
|
readinessProbe: |
|
|
|
httpGet: |
|
|
|
path: / |
|
|
|
tcpSocket: |
|
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|
|
initialDelaySeconds: 5 |
|
|
|
periodSeconds: 10 |
|
|
|
resources: |
|
|
|
{{- toYaml .Values.mailauth.resources | nindent 12 }} |
|
|
|
{{- with .Values.nodeSelector }} |
|
|
|