[Git][root/k8s/fluxcd][main] feat(matrix): add turn configuration

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 77b29e34 by MarcusVRP at 2025-08-08T14:19:16-03:00 feat(matrix): add turn configuration - - - - - 2 changed files: - apps/base/matrix/es.yaml - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/es.yaml ===================================== @@ -19,6 +19,10 @@ spec: remoteRef: key: matrix property: synapseS3Config + - secretKey: masTurnConfig + remoteRef: + key: matrix + property: masTurnConfig - secretKey: synapsePostgresPassword remoteRef: key: matrix ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -75,6 +75,9 @@ spec: config: | database: allow_unsafe_locale: true + turn-config: + configSecret: matrix + configSecretKey: synapseTurnConfig matrixAuthenticationService: replicas: 3 ingress: @@ -96,28 +99,25 @@ spec: configSecret: matrix configSecretKey: masOidcConfig matrixRTC: - replicas: 3 + enabled: true + replicas: 1 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 + # sfu: + # additional: + # turn-config: + # config: | + # rtc: + # tcp_port: 7881 + # port_range_start: 50000 + # port_range_end: 60000 + # use_external_ip: true + # turn: + # enabled: true + # domain: turn.c3sl.ufpr.br + # tls_port: 3478 + # secretName: wellKnownDelegation: ingress: tlsSecret: well-known-tls View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/77b29e345c6433181861685... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/77b29e345c6433181861685... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)