Fix issues 7
This commit is contained in:
@@ -42,6 +42,24 @@
|
||||
# - Rate limit: 120 requests/minute
|
||||
#
|
||||
# ============================================================================
|
||||
# CRITICAL: AFTER UPDATING THIS SECRET
|
||||
# ============================================================================
|
||||
#
|
||||
# Mailu's Postfix reads SASL credentials ONLY at pod startup. It does NOT
|
||||
# automatically reload when this secret changes. You MUST do one of:
|
||||
#
|
||||
# Option 1: Update the credentials-version annotation in values.yaml and run helm upgrade
|
||||
# - Edit prod/values.yaml: postfix.podAnnotations.credentials-version
|
||||
# - Set to current timestamp: date +%s
|
||||
# - Run: helm upgrade mailu mailu/mailu -f values.yaml -f prod/values.yaml -n bakery-ia
|
||||
#
|
||||
# Option 2: Manually restart Postfix pod
|
||||
# kubectl rollout restart deployment/mailu-postfix -n bakery-ia
|
||||
#
|
||||
# Option 3: Delete the Postfix pod (it will be recreated)
|
||||
# kubectl delete pod -l app.kubernetes.io/component=postfix -n bakery-ia
|
||||
#
|
||||
# ============================================================================
|
||||
# DNS RECORDS REQUIRED FOR MAILERSEND:
|
||||
# ============================================================================
|
||||
#
|
||||
@@ -84,21 +102,7 @@ stringData:
|
||||
# ============================================================================
|
||||
# REPLACE THESE VALUES WITH YOUR MAILERSEND CREDENTIALS
|
||||
# ============================================================================
|
||||
# Key names match Mailu Helm chart defaults (relay-username, relay-password)
|
||||
#
|
||||
# Option 1: Use stringData (plain text - Kubernetes will encode automatically)
|
||||
# This is easier for initial setup but shows credentials in the file
|
||||
#
|
||||
RELAY_USERNAME: "MS_d34ZtW@bakewise.ai"
|
||||
RELAY_PASSWORD: "mssp.Z6GRHQ8.zr6ke4nvq6egon12.IDyvEi7"
|
||||
#
|
||||
# ============================================================================
|
||||
# ALTERNATIVE: Use pre-encoded values (more secure for version control)
|
||||
# ============================================================================
|
||||
# Comment out stringData above and uncomment data below:
|
||||
#
|
||||
# data:
|
||||
# # Base64 encoded values
|
||||
# # echo -n 'your-mailersend-username' | base64
|
||||
# RELAY_USERNAME: WU9VUl9NQUlMRVJTRU5EX1NNVFBfVVNFUk5BTUU=
|
||||
# # echo -n 'your-mailersend-password' | base64
|
||||
# RELAY_PASSWORD: WU9VUl9NQUlMRVJTRU5EX1NNVFBfUEFTU1dPUkQ=
|
||||
relay-username: "MS_d34ZtW@bakewise.ai"
|
||||
relay-password: "mssp.Z6GRHQ8.zr6ke4nvq6egon12.IDyvEi7"
|
||||
|
||||
Reference in New Issue
Block a user