@ -36,6 +36,11 @@ spec:
containerPort: {{ $port.number }}
protocol: {{ $port.protocol }}
{{- end }}
{{- if .Values.mailauth.relayHost }}
env:
- name: RELAY_HOST
value: {{ .Values.mailauth.relayHost | quote }}
livenessProbe:
tcpSocket:
port: {{ (index .Values.mailauth.service.ports 0).number }}
@ -44,6 +44,7 @@ mailauth:
- name: php-fpm
number: 9000
protocol: TCP
relayHost: ""
resources: {}
# limits:
# cpu: 100m