From ad1e77cad00204364681d686b93c93997175f8d9 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 10 Oct 2023 15:41:43 +0200 Subject: [PATCH] Fix IMAP and SMTP hosts --- kustomize/roundcube-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index 7a159aa..dd20865 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -20,9 +20,9 @@ spec: image: roundcube/roundcubemail:latest env: - name: ROUNDCUBEMAIL_DEFAULT_HOST - value: dovecot-imap + value: mail-dovecot - name: ROUNDCUBEMAIL_SMTP_SERVER - value: postfix-msa + value: mail-postfix - name: ROUNDCUBEMAIL_DB_TYPE value: sqlite volumeMounts: