-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathquick-setup-certificates-pg-external-values.yaml
More file actions
44 lines (43 loc) · 1.24 KB
/
quick-setup-certificates-pg-external-values.yaml
File metadata and controls
44 lines (43 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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-certificates.yaml quick-setup-postgresql.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values
# initSecrets, postgres don't have any required properties to be set and defaults to enabled
elementWeb:
ingress:
host: chat.your.tld
tlsSecret: ess-chat-certificate
matrixAuthenticationService:
ingress:
host: account.your.tld
tlsSecret: ess-auth-certificate
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
matrixRTC:
ingress:
host: mrtc.your.tld
tlsSecret: ess-mrtc-certificate
serverName: your.tld
synapse:
ingress:
host: matrix.your.tld
tlsSecret: ess-matrix-certificate
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
wellKnownDelegation:
ingress:
tlsSecret: ess-well-known-certificate