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