From 187af870aaec27620b14163b37168875993a29fb Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 16:29:48 +0300 Subject: [PATCH] fix mastodon smtp placement --- argocd/apps/mastodon.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index 2873275..f235bbd 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -63,6 +63,13 @@ spec: cpu: 250m memory: 256Mi + smtp: + fromAddress: notifications@t0rt1k.tech + server: smtp.example.com + port: 587 + username: dummy + password: dummy + postgresql: hostname: shared-pg-rw.cnpg.svc.cluster.local port: 5432