MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
835f368b
by marcusvrp at 2025-08-01T01:24:24-03:00
1 changed file:
Changes:
... | ... | @@ -23,6 +23,7 @@ spec: |
23 | 23 | synapse:
|
24 | 24 | ingress:
|
25 | 25 | host: synapse.matrix.c3sl.ufpr.br
|
26 | + tlsSecret: synapse-tls
|
|
26 | 27 | additional:
|
27 | 28 | custom-config:
|
28 | 29 | config: |
|
... | ... | @@ -46,6 +47,7 @@ spec: |
46 | 47 | matrixAuthenticationService:
|
47 | 48 | ingress:
|
48 | 49 | host: auth.matrix.c3sl.ufpr.br
|
50 | + tlsSecret: mas-tls
|
|
49 | 51 | additional:
|
50 | 52 | button-text:
|
51 | 53 | config: |
|
... | ... | @@ -57,9 +59,11 @@ spec: |
57 | 59 | matrixRTC:
|
58 | 60 | ingress:
|
59 | 61 | host: rtc.matrix.c3sl.ufpr.br
|
62 | + tlsSecret: rtc-tls
|
|
60 | 63 | elementWeb:
|
61 | 64 | ingress:
|
62 | 65 | host: element.matrix.c3sl.ufpr.br
|
66 | + tlsSecret: element-tls
|
|
63 | 67 | additional:
|
64 | 68 | config.json: |
|
65 | 69 | {
|