@ -39,11 +39,11 @@ spec:
livenessProbe:
httpGet:
path: /
port: http
port: {{ (index .Values.mailauth.service.ports 0).number }}
readinessProbe:
resources:
{{- toYaml .Values.mailauth.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
@ -42,7 +42,7 @@ spec:
tcpSocket:
port: 993
port: {{ (index .Values.nginx.service.ports 0).number }}
initialDelaySeconds: 10
periodSeconds: 15
volumeMounts: