mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-16 23:13:06 +00:00
27 lines
768 B
YAML
27 lines
768 B
YAML
# Copyright 2024-2025 New Vector Ltd
|
|
# Copyright 2025-2026 Element Creations Ltd
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-letsencrypt.yaml
|
|
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
|
|
|
|
# deploymentMarkers, initSecrets, postgres, wellKnownDelegation don't have any required properties to be set and defaults to enabled
|
|
certManager:
|
|
clusterIssuer: letsencrypt-prod
|
|
elementAdmin:
|
|
ingress:
|
|
host: admin.your.tld
|
|
elementWeb:
|
|
ingress:
|
|
host: chat.your.tld
|
|
matrixAuthenticationService:
|
|
ingress:
|
|
host: account.your.tld
|
|
matrixRTC:
|
|
ingress:
|
|
host: mrtc.your.tld
|
|
serverName: your.tld
|
|
synapse:
|
|
ingress:
|
|
host: matrix.your.tld
|