Fix IMAP and SMTP hosts

This commit is contained in:
Quentin Legot 2023-10-10 15:41:43 +02:00
parent 018d7f8abd
commit ad1e77cad0

View File

@ -20,9 +20,9 @@ spec:
image: roundcube/roundcubemail:latest image: roundcube/roundcubemail:latest
env: env:
- name: ROUNDCUBEMAIL_DEFAULT_HOST - name: ROUNDCUBEMAIL_DEFAULT_HOST
value: dovecot-imap value: mail-dovecot
- name: ROUNDCUBEMAIL_SMTP_SERVER - name: ROUNDCUBEMAIL_SMTP_SERVER
value: postfix-msa value: mail-postfix
- name: ROUNDCUBEMAIL_DB_TYPE - name: ROUNDCUBEMAIL_DB_TYPE
value: sqlite value: sqlite
volumeMounts: volumeMounts: