|
@ -36,6 +36,11 @@ spec: |
|
|
containerPort: {{ $port.number }} |
|
|
containerPort: {{ $port.number }} |
|
|
protocol: {{ $port.protocol }} |
|
|
protocol: {{ $port.protocol }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
|
|
|
{{- if .Values.mailauth.relayHost }} |
|
|
|
|
|
env: |
|
|
|
|
|
- name: RELAY_HOST |
|
|
|
|
|
value: {{ .Values.mailauth.relayHost | quote }} |
|
|
|
|
|
{{- end }} |
|
|
livenessProbe: |
|
|
livenessProbe: |
|
|
tcpSocket: |
|
|
tcpSocket: |
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|
port: {{ (index .Values.mailauth.service.ports 0).number }} |
|
|