|
|
|
|
@ -46,12 +46,14 @@ spec:
|
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }}
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- name: config-volume
|
|
|
|
|
mountPath: /etc/postfix/
|
|
|
|
|
mountPath: /etc/postfix/transport
|
|
|
|
|
subpath: transport
|
|
|
|
|
- name: config-volume
|
|
|
|
|
mountPath: /etc/postfix/
|
|
|
|
|
mountPath: /etc/postfix/sasl_passwd
|
|
|
|
|
subpath: sasl_passwd
|
|
|
|
|
|
|
|
|
|
- name: config-volume
|
|
|
|
|
mountPath: /docker-init.db/update_transport.sh
|
|
|
|
|
subpath: update_transport.sh
|
|
|
|
|
{{- with .Values.nodeSelector }}
|
|
|
|
|
nodeSelector:
|
|
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
|
|
|