Add new infra architecture 3
This commit is contained in:
@@ -73,7 +73,7 @@ signoz:
|
||||
# signoz_opamp_server_endpoint: "0.0.0.0:4320"
|
||||
# SMTP configuration for email alerts - now using Mailu as SMTP server
|
||||
signoz_smtp_enabled: "true"
|
||||
signoz_smtp_host: "email-smtp.bakery-ia.svc.cluster.local"
|
||||
signoz_smtp_host: "mailu-postfix.bakery-ia.svc.cluster.local"
|
||||
signoz_smtp_port: "587"
|
||||
signoz_smtp_from: "alerts@bakewise.ai"
|
||||
signoz_smtp_username: "alerts@bakewise.ai"
|
||||
@@ -136,7 +136,7 @@ alertmanager:
|
||||
config:
|
||||
global:
|
||||
resolve_timeout: 5m
|
||||
smtp_smarthost: 'email-smtp.bakery-ia.svc.cluster.local:587'
|
||||
smtp_smarthost: 'mailu-postfix.bakery-ia.svc.cluster.local:587'
|
||||
smtp_from: 'alerts@bakewise.ai'
|
||||
smtp_auth_username: 'alerts@bakewise.ai'
|
||||
smtp_auth_password: '${SMTP_PASSWORD}'
|
||||
|
||||
Reference in New Issue
Block a user