mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-16 23:13:06 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
# Copyright 2024-2025 New Vector Ltd
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
#
|
|
# source_fragments: synapse-minimal.yaml synapse-secrets-externally.yaml postgres-secrets-externally.yaml postgres-synapse-secrets-externally.yaml
|
|
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
|
|
|
|
# initSecrets don't have any required properties to be set and defaults to enabled
|
|
elementWeb:
|
|
enabled: false
|
|
matrixAuthenticationService:
|
|
enabled: false
|
|
postgres:
|
|
adminPassword:
|
|
secret: '{{ $.Release.Name }}-pg-external'
|
|
secretKey: adminPasswordShared
|
|
essPasswords:
|
|
synapse:
|
|
secret: '{{ $.Release.Name }}-pg-external'
|
|
secretKey: synapsePasswordShared
|
|
serverName: ess.localhost
|
|
synapse:
|
|
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
|