|
@ -39,11 +39,11 @@ spec: |
|
|
livenessProbe: |
|
|
livenessProbe: |
|
|
httpGet: |
|
|
httpGet: |
|
|
path: / |
|
|
path: / |
|
|
port: http |
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|
readinessProbe: |
|
|
readinessProbe: |
|
|
httpGet: |
|
|
httpGet: |
|
|
path: / |
|
|
path: / |
|
|
port: http |
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|
resources: |
|
|
resources: |
|
|
{{- toYaml .Values.mailauth.resources | nindent 12 }} |
|
|
{{- toYaml .Values.mailauth.resources | nindent 12 }} |
|
|
{{- with .Values.nodeSelector }} |
|
|
{{- with .Values.nodeSelector }} |
|
|