SIENTIAPDE-1445

Refactor values.yaml to comment out email configuration settings for improved security and clarity. Update orchestrator_functions.py to enhance tag processing by iterating over items in read_tags, improving code readability.
This commit is contained in:
vitor-aignosi
2025-12-18 11:51:43 -03:00
parent 381b585c7a
commit 882f3b4de7
2 changed files with 16 additions and 16 deletions

View File

@@ -182,17 +182,17 @@ env:
- name: MONGODB_TTL_INDEX_HOURS
value: "1"
- name: EMAIL_SENDER
value: "vitor.santos@aignosi.com.br"
- name: EMAIL_SENDER_PASSWORD
valueFrom:
secretKeyRef:
name: smtp-credentials
key: app_password
- name: EMAIL_SMTP_SERVER
value: "smtp.gmail.com"
- name: EMAIL_SMTP_PORT
value: "587"
# - name: EMAIL_SENDER
# value: "vitor.santos@aignosi.com.br"
# - name: EMAIL_SENDER_PASSWORD
# valueFrom:
# secretKeyRef:
# name: smtp-credentials
# key: app_password
# - name: EMAIL_SMTP_SERVER
# value: "smtp.gmail.com"
# - name: EMAIL_SMTP_PORT
# value: "587"
# Application variables
- name: POSTGRES_HOST