16 lines
568 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "snappymail.fullname" . }}-config
namespace: {{ .Values.namespace }}
labels:
{{- include "snappymail.labels" . | nindent 4 }}
data:
# Stalwart mail server connection info
# This can be used for documentation or manual configuration
# SnappyMail is configured through its web UI
IMAP_HOST: {{ .Values.stalwart.imap.host | quote }}
IMAP_PORT: {{ .Values.stalwart.imap.port | quote }}
SMTP_HOST: {{ .Values.stalwart.smtp.host | quote }}
SMTP_PORT: {{ .Values.stalwart.smtp.port | quote }}