Fix resources isues 8
This commit is contained in:
@@ -50,13 +50,14 @@ limits:
|
||||
messageRatelimit:
|
||||
value: "200/day"
|
||||
|
||||
# External relay configuration (Mailgun)
|
||||
# Mailu will relay all outbound emails through Mailgun SMTP
|
||||
# External relay configuration (MailerSend)
|
||||
# Mailu will relay all outbound emails through MailerSend SMTP
|
||||
# Credentials are loaded from Kubernetes secret for security
|
||||
# MailerSend requires TLS 1.2+ (supported by default on port 587)
|
||||
externalRelay:
|
||||
host: "[smtp.mailgun.org]:587"
|
||||
host: "[smtp.mailersend.net]:587"
|
||||
# Use existing secret for credentials (recommended for security)
|
||||
secretName: "mailu-mailgun-credentials"
|
||||
secretName: "mailu-mailersend-credentials"
|
||||
usernameKey: "RELAY_USERNAME"
|
||||
passwordKey: "RELAY_PASSWORD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user