From e6210644c26a8f005aae915bbf76ce80df8472a8 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Jan 2026 03:58:03 -0300 Subject: [PATCH] smtp: point services at mailu relay --- services/keycloak/realm-settings-job.yaml | 6 +++--- services/monitoring/helmrelease.yaml | 2 +- services/nextcloud/configmap.yaml | 2 +- services/nextcloud/deployment.yaml | 2 +- services/vaultwarden/deployment.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/keycloak/realm-settings-job.yaml b/services/keycloak/realm-settings-job.yaml index 76076e8..adc6d24 100644 --- a/services/keycloak/realm-settings-job.yaml +++ b/services/keycloak/realm-settings-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: keycloak-realm-settings-21 + name: keycloak-realm-settings-22 namespace: sso spec: backoffLimit: 0 @@ -59,7 +59,7 @@ spec: - name: KEYCLOAK_REALM value: atlas - name: KEYCLOAK_SMTP_HOST - value: smtp.postmarkapp.com + value: mailu-front.mailu-mailserver.svc.cluster.local - name: KEYCLOAK_SMTP_PORT value: "587" - name: KEYCLOAK_SMTP_FROM @@ -468,4 +468,4 @@ spec: f"Unexpected execution update response for identity-provider-redirector: {status}" ) PY - volumeMounts: \ No newline at end of file + volumeMounts: diff --git a/services/monitoring/helmrelease.yaml b/services/monitoring/helmrelease.yaml index d535ebe..d4b3565 100644 --- a/services/monitoring/helmrelease.yaml +++ b/services/monitoring/helmrelease.yaml @@ -291,7 +291,7 @@ spec: GF_AUTH_ANONYMOUS_ORG_NAME: "Overview" GF_AUTH_ANONYMOUS_ORG_ROLE: "Viewer" GF_SMTP_ENABLED: "true" - GF_SMTP_HOST: "smtp.postmarkapp.com:587" + GF_SMTP_HOST: "mailu-front.mailu-mailserver.svc.cluster.local:587" GF_SMTP_FROM: "no-reply-grafana@bstein.dev" GF_SMTP_FROM_NAME: "Atlas Grafana" GRAFANA_ALERT_EMAILS: "alerts@bstein.dev" diff --git a/services/nextcloud/configmap.yaml b/services/nextcloud/configmap.yaml index 7222320..6426656 100644 --- a/services/nextcloud/configmap.yaml +++ b/services/nextcloud/configmap.yaml @@ -18,7 +18,7 @@ data: 'default_phone_region' => 'US', 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', - 'mail_smtphost' => 'smtp.postmarkapp.com', + 'mail_smtphost' => 'mailu-front.mailu-mailserver.svc.cluster.local', 'mail_smtpport' => '587', 'mail_smtpsecure' => 'tls', 'mail_smtpauth' => true, diff --git a/services/nextcloud/deployment.yaml b/services/nextcloud/deployment.yaml index 9af1e00..b0d55bf 100644 --- a/services/nextcloud/deployment.yaml +++ b/services/nextcloud/deployment.yaml @@ -217,7 +217,7 @@ spec: value: https://cloud.bstein.dev # SMTP (external secret: nextcloud-smtp with keys username, password) - name: SMTP_HOST - value: smtp.postmarkapp.com + value: mailu-front.mailu-mailserver.svc.cluster.local - name: SMTP_PORT value: "587" - name: SMTP_SECURE diff --git a/services/vaultwarden/deployment.yaml b/services/vaultwarden/deployment.yaml index 2fde277..de8ea40 100644 --- a/services/vaultwarden/deployment.yaml +++ b/services/vaultwarden/deployment.yaml @@ -51,7 +51,7 @@ spec: - name: DOMAIN value: "https://vault.bstein.dev" - name: SMTP_HOST - value: "smtp.postmarkapp.com" + value: "mailu-front.mailu-mailserver.svc.cluster.local" - name: SMTP_PORT value: "587" - name: SMTP_SECURITY