File tree Expand file tree Collapse file tree
tests/integration/fixtures/files/clusters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2024 New Vector Ltd
1+ # Copyright 2024-2025 New Vector Ltd
22#
33# SPDX-License-Identifier: AGPL-3.0-only
44
88
99certManager :
1010 clusterIssuer : ess-selfsigned
11+
12+ matrixRTC :
13+ # Because the authoriser service won't trust certificates issued by the above self-signed CA
14+ extraEnv :
15+ - name : LIVEKIT_INSECURE_SKIP_VERIFY_TLS
16+ value : YES_I_KNOW_WHAT_I_AM_DOING
17+ # Because the authoriser service does well-known and the userinfo API calls via the frontdoor
18+ hostAliases :
19+ - hostnames :
20+ - ess.localhost
21+ - synapse.ess.localhost
22+ ip : ' {{ ( (lookup "v1" "Service" "ingress-nginx" "ingress-nginx-controller") | default (dict "spec" (dict "clusterIP" "127.0.0.1")) ).spec.clusterIP }}'
Original file line number Diff line number Diff line change 1+ Improve the test cluster setup for Matrix RTC.
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ nodes:
5151 - containerPort : 443
5252 hostPort : 443
5353 protocol : TCP
54+ # Matrix RTC SFU TCP and Muxed UDP
55+ - containerPort : 30881
56+ hostPort : 30881
57+ protocol : TCP
58+ - containerPort : 30882
59+ hostPort : 30882
60+ protocol : UDP
5461containerdConfigPatches :
5562- |-
5663 [plugins."io.containerd.grpc.v1.cri".registry]
You can’t perform that action at this time.
0 commit comments