MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
77b29e34
by MarcusVRP at 2025-08-08T14:19:16-03:00
2 changed files:
Changes:
... | ... | @@ -19,6 +19,10 @@ spec: |
19 | 19 | remoteRef:
|
20 | 20 | key: matrix
|
21 | 21 | property: synapseS3Config
|
22 | + - secretKey: masTurnConfig
|
|
23 | + remoteRef:
|
|
24 | + key: matrix
|
|
25 | + property: masTurnConfig
|
|
22 | 26 | - secretKey: synapsePostgresPassword
|
23 | 27 | remoteRef:
|
24 | 28 | key: matrix
|
... | ... | @@ -75,6 +75,9 @@ spec: |
75 | 75 | config: |
|
76 | 76 | database:
|
77 | 77 | allow_unsafe_locale: true
|
78 | + turn-config:
|
|
79 | + configSecret: matrix
|
|
80 | + configSecretKey: synapseTurnConfig
|
|
78 | 81 | matrixAuthenticationService:
|
79 | 82 | replicas: 3
|
80 | 83 | ingress:
|
... | ... | @@ -96,28 +99,25 @@ spec: |
96 | 99 | configSecret: matrix
|
97 | 100 | configSecretKey: masOidcConfig
|
98 | 101 | matrixRTC:
|
99 | - replicas: 3
|
|
102 | + enabled: true
|
|
103 | + replicas: 1
|
|
100 | 104 | ingress:
|
101 | 105 | host: rtc.matrix.c3sl.ufpr.br
|
102 | 106 | tlsSecret: rtc-tls
|
103 | - sfu:
|
|
104 | - additional:
|
|
105 | - turn-config:
|
|
106 | - config: |
|
|
107 | - rtc:
|
|
108 | - tcp_port: 7881
|
|
109 | - port_range_start: 50000
|
|
110 | - port_range_end: 60000
|
|
111 | - use_external_ip: true
|
|
112 | - keys:
|
|
113 | - # key-value pairs
|
|
114 | - # your_api_key: <your_api_secret>
|
|
115 | - turn:
|
|
116 | - enabled: true
|
|
117 | - # domain must match tls certificate
|
|
118 | - domain: rtc.matrix.c3sl.ufpr.br
|
|
119 | - # defaults to 3478. If not using a load balancer, must be set to 443.
|
|
120 | - tls_port: 3478
|
|
107 | + # sfu:
|
|
108 | + # additional:
|
|
109 | + # turn-config:
|
|
110 | + # config: |
|
|
111 | + # rtc:
|
|
112 | + # tcp_port: 7881
|
|
113 | + # port_range_start: 50000
|
|
114 | + # port_range_end: 60000
|
|
115 | + # use_external_ip: true
|
|
116 | + # turn:
|
|
117 | + # enabled: true
|
|
118 | + # domain: turn.c3sl.ufpr.br
|
|
119 | + # tls_port: 3478
|
|
120 | + # secretName:
|
|
121 | 121 | wellKnownDelegation:
|
122 | 122 | ingress:
|
123 | 123 | tlsSecret: well-known-tls
|