Fix some issues 7
This commit is contained in:
@@ -176,9 +176,9 @@ data:
|
||||
# ================================================================
|
||||
# EMAIL CONFIGURATION
|
||||
# ================================================================
|
||||
SMTP_HOST: "mailu-front.bakery-ia.svc.cluster.local"
|
||||
SMTP_PORT: "587"
|
||||
SMTP_TLS: "true"
|
||||
SMTP_HOST: "mailu-postfix.bakery-ia.svc.cluster.local"
|
||||
SMTP_PORT: "25"
|
||||
SMTP_TLS: "false"
|
||||
SMTP_SSL: "false"
|
||||
DEFAULT_FROM_EMAIL: "noreply@bakewise.ai"
|
||||
DEFAULT_FROM_NAME: "Bakery-Forecast"
|
||||
|
||||
@@ -15,6 +15,7 @@ resources:
|
||||
- ../../../platform/networking/ingress/overlays/prod
|
||||
- ../../../platform/gateway
|
||||
- ../../../platform/storage
|
||||
- ../../../platform/security/network-policies
|
||||
- ../../../services/databases
|
||||
- ../../../services/microservices
|
||||
# NOTE: CI/CD (gitea, tekton, flux) deployed via Helm, not kustomize
|
||||
|
||||
Reference in New Issue
Block a user