apps/meet: calcom mailing config
This commit is contained in:
parent
e9204a27ba
commit
3d8d3e5724
|
@ -8,3 +8,9 @@ stringData:
|
|||
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||
EMAIL_FROM: "${outgoing_mail_from_address}"
|
||||
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
||||
EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
|
||||
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
|
||||
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
|
||||
# email_enabled: "${outgoing_mail_enabled}"
|
||||
|
|
|
@ -42,17 +42,3 @@ data:
|
|||
- secretName: calcom-tls
|
||||
hosts:
|
||||
- "${calcom_domain}"
|
||||
|
||||
# TODO Adjust calcom Mailing config
|
||||
# mailer:
|
||||
# enabled: "${outgoing_mail_enabled}"
|
||||
# host: "${outgoing_mail_smtp_host}"
|
||||
# port: "${outgoing_mail_smtp_port}"
|
||||
# username: "${outgoing_mail_smtp_user}"
|
||||
# password: "${outgoing_mail_smtp_password}"
|
||||
# fromemail: "${outgoing_mail_from_address}"
|
||||
# TODO Adjust calcom OpenID Connect Single Sign-On Configuration
|
||||
# - name: Stackspin
|
||||
# key: "${client_id}"
|
||||
# secret: "${client_secret}"
|
||||
# autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
|
||||
|
|
|
@ -16,6 +16,10 @@ data:
|
|||
hosts:
|
||||
- "${gatus_domain}"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: "gatus-data"
|
||||
|
||||
security:
|
||||
oidc:
|
||||
issuer-url: "https://${hydra_domain}"
|
||||
|
|
Loading…
Reference in New Issue