mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-12 07:04:04 +00:00
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
# Copyright 2024-2025 New Vector Ltd
|
|
# Copyright 2025-2026 Element Creations Ltd
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# source_fragments: init-secrets-disabled.yaml postgres-secrets-externally.yaml postgres-synapse-secrets-externally.yaml server-name.yaml synapse-minimal.yaml synapse-secrets-externally.yaml
|
|
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
|
|
|
|
deploymentMarkers:
|
|
enabled: false
|
|
elementAdmin:
|
|
enabled: false
|
|
elementWeb:
|
|
enabled: false
|
|
initSecrets:
|
|
enabled: false
|
|
matrixAuthenticationService:
|
|
enabled: false
|
|
matrixRTC:
|
|
enabled: false
|
|
postgres:
|
|
adminPassword:
|
|
secret: '{{ $.Release.Name }}-pg-external'
|
|
secretKey: adminPasswordShared
|
|
essPasswords:
|
|
synapse:
|
|
secret: '{{ $.Release.Name }}-pg-external'
|
|
secretKey: synapsePasswordShared
|
|
serverName: ess.localhost
|
|
synapse:
|
|
appservices:
|
|
- secret: '{{ $.Release.Name }}-synapse-external'
|
|
secretKey: bridge_registration.yaml
|
|
ingress:
|
|
host: synapse.ess.localhost
|
|
macaroon:
|
|
secret: '{{ $.Release.Name }}-synapse-external'
|
|
secretKey: macaroon
|
|
registrationSharedSecret:
|
|
secret: '{{ $.Release.Name }}-synapse-external'
|
|
secretKey: registrationSharedSecret
|
|
signingKey:
|
|
secret: '{{ $.Release.Name }}-synapse-external'
|
|
secretKey: signingKey
|
|
wellKnownDelegation:
|
|
enabled: false
|