security(portal): disable outbound SMTP

This commit is contained in:
jenkins 2026-08-05 14:59:54 -03:00
parent b90c66e0fb
commit 7bb6c831f6

View File

@ -68,6 +68,7 @@ spec:
args:
- >-
. /vault/secrets/portal-env.sh
&& export SMTP_HOST=""
&& exec gunicorn -b 0.0.0.0:8080 --workers 2 --timeout 1200 app:app
env:
- name: AI_CHAT_API