This commit is contained in:
2024-01-28 11:48:45 +01:00
parent a7d74d68f9
commit d4464fcd8b
2 changed files with 42 additions and 41 deletions

View File

@@ -7,7 +7,8 @@ resource "kubectl_manifest" "config" {
namespace: "${var.namespace}"
labels: ${jsonencode(local.common-labels)}
data:
INVITE_ONLY_SIGNUP: ""
INVITE_ONLY_SIGNUP: "true"
TELEMETRY_ENABLED: "false"
REDIS_URL: "${module.redis.url}"
SITE_URL: "https://${local.dns_name}"
SMTP_FROM_ADDRESS: ""