Skip to content

Commit

Permalink
Add smtp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Sep 2, 2024
1 parent 7f592c7 commit bebbb2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/main/apps/default/mealie/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ spec:
PUID: 568
PGID: 568
TZ: Australia/Perth
# SMTP_HOST: ${ROUTER_IP}
# SMTP_PORT: 25
# SMTP_AUTH_STRATEGY: NONE
# SMTP_FROM_EMAIL: admin@${DOMAIN}
SMTP_HOST: smtp-relay
SMTP_PORT: 25
SMTP_AUTH_STRATEGY: NONE
SMTP_FROM_EMAIL: "Mealie <[email protected]>"
# OIDC_AUTH_ENABLED: true
# OIDC_SIGNUP_ENABLED: true
# OIDC_CONFIGURATION_URL: https://auth.${DOMAIN}/.well-known/openid-configuration
Expand Down

0 comments on commit bebbb2c

Please sign in to comment.