apps/meet/calcom/calcom: test adjusted mail settings
This commit is contained in:
parent
5c35fb1e34
commit
2a1d6314e4
|
@ -5,12 +5,13 @@ metadata:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
stringData:
|
stringData:
|
||||||
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
||||||
|
ALLOWED_HOSTNAMES: "'${calcom_domain}'"
|
||||||
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
||||||
NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
|
NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
|
||||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||||
EMAIL_FROM: "${outgoing_mail_from_address}"
|
EMAIL_FROM: "${outgoing_mail_from_address}"
|
||||||
EMAIL_FROM_NAME: "${org_name}"
|
#EMAIL_FROM_NAME: "${org_name}"
|
||||||
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
||||||
EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote}
|
EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote}
|
||||||
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
|
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
|
||||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
# https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml
|
# https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml
|
||||||
chart: calcom-stack
|
chart: calcom-stack
|
||||||
version: 0.3.10
|
version: 0.3.13
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: calcom
|
name: calcom
|
||||||
|
|
Loading…
Reference in New Issue