MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
f04c5a4c
by MarcusVRP at 2025-08-08T11:35:06-03:00
1 changed file:
Changes:
... | ... | @@ -92,7 +92,28 @@ spec: |
92 | 92 | configSecret: matrix
|
93 | 93 | configSecretKey: masOidcConfig
|
94 | 94 | matrixRTC:
|
95 | - enabled: false
|
|
95 | + replicas: 3
|
|
96 | + ingress:
|
|
97 | + host: rtc.matrix.c3sl.ufpr.br
|
|
98 | + tlsSecret: rtc-tls
|
|
99 | + sfu:
|
|
100 | + additional:
|
|
101 | + turn-config:
|
|
102 | + config: |
|
|
103 | + rtc:
|
|
104 | + tcp_port: 7881
|
|
105 | + port_range_start: 50000
|
|
106 | + port_range_end: 60000
|
|
107 | + use_external_ip: true
|
|
108 | + keys:
|
|
109 | + # key-value pairs
|
|
110 | + # your_api_key: <your_api_secret>
|
|
111 | + turn:
|
|
112 | + enabled: true
|
|
113 | + # domain must match tls certificate
|
|
114 | + domain: rtc.matrix.c3sl.ufpr.br
|
|
115 | + # defaults to 3478. If not using a load balancer, must be set to 443.
|
|
116 | + tls_port: 3478
|
|
96 | 117 | wellKnownDelegation:
|
97 | 118 | ingress:
|
98 | 119 | tlsSecret: well-known-tls
|