[Git][root/k8s/fluxcd][main] feat(matrix): enable rtc

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: f04c5a4c by MarcusVRP at 2025-08-08T11:35:06-03:00 feat(matrix): enable rtc - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -92,7 +92,28 @@ spec: configSecret: matrix configSecretKey: masOidcConfig matrixRTC: - enabled: false + replicas: 3 + ingress: + host: rtc.matrix.c3sl.ufpr.br + tlsSecret: rtc-tls + sfu: + additional: + turn-config: + config: | + rtc: + tcp_port: 7881 + port_range_start: 50000 + port_range_end: 60000 + use_external_ip: true + keys: + # key-value pairs + # your_api_key: <your_api_secret> + turn: + enabled: true + # domain must match tls certificate + domain: rtc.matrix.c3sl.ufpr.br + # defaults to 3478. If not using a load balancer, must be set to 443. + tls_port: 3478 wellKnownDelegation: ingress: tlsSecret: well-known-tls View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/f04c5a4ce8d08b535ede366... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/f04c5a4ce8d08b535ede366... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)