-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpytest-element-web-values.yaml
43 lines (42 loc) · 1.25 KB
/
pytest-element-web-values.yaml
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
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
#
# source_fragments: element-web-minimal.yaml element-web-pytest-extras.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:
additional:
user-config.json: |
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://synapse.{{ $.Values.serverName }}"
}
},
"element_call": {
"url": "https://call.{{ $.Values.serverName }}",
"use_exclusively": true
},
"features": {
"feature_video_rooms": true,
"feature_group_calls": true,
"feature_new_room_decoration_ui": true,
"feature_element_call_video_rooms": true
}
}
annotations:
has-no-service-monitor: "true"
ingress:
host: element.{{ $.Values.serverName }}
tlsSecret: '{{ $.Release.Name }}-element-web-tls'
podSecurityContext:
runAsGroup: 0
replicas: 1
matrixAuthenticationService:
enabled: false
serverName: ess.localhost
synapse:
enabled: false
wellKnownDelegation:
enabled: false