mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-16 23:13:06 +00:00
36 lines
1 KiB
YAML
36 lines
1 KiB
YAML
# Copyright 2024-2025 New Vector Ltd
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-letsencrypt.yaml quick-setup-postgresql.yaml
|
|
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
|
|
|
|
# initSecrets, postgres, wellKnownDelegation don't have any required properties to be set and defaults to enabled
|
|
certManager:
|
|
clusterIssuer: letsencrypt-prod
|
|
elementWeb:
|
|
ingress:
|
|
host: chat.your.tld
|
|
matrixAuthenticationService:
|
|
ingress:
|
|
host: account.your.tld
|
|
postgres:
|
|
database: your-matrix-auth-service-database-name
|
|
host: your-db-host.tld
|
|
password:
|
|
value: your-matrix-auth-service-user-password
|
|
port: 5432
|
|
sslMode: prefer
|
|
user: your-matrix-auth-service-user
|
|
serverName: your.tld
|
|
synapse:
|
|
ingress:
|
|
host: matrix.your.tld
|
|
postgres:
|
|
database: your-synapse-database-name
|
|
host: your-db-host.tld
|
|
password:
|
|
value: your-synapse-user-password
|
|
port: 5432
|
|
sslMode: prefer
|
|
user: your-synapse-user
|