MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
a0e46bae
by marcusvrp at 2025-07-31T23:47:58-03:00
1 changed file:
Changes:
... | ... | @@ -18,22 +18,6 @@ spec: |
18 | 18 | annotations:
|
19 | 19 | cert-manager.io/cluster-issuer: letsencrypt-wildcard
|
20 | 20 | tlsSecret: matrix-tls
|
21 | - matrixAuthenticationService:
|
|
22 | - enabled: true
|
|
23 | - ingress:
|
|
24 | - host: auth.matrix.c3sl.ufpr.br
|
|
25 | - additional:
|
|
26 | - button-text:
|
|
27 | - config: |
|
|
28 | - label: "Continue with DInf/C3SL"
|
|
29 | - button_text: "Continue with DInf/C3SL"
|
|
30 | - oidc-config:
|
|
31 | - configSecret: matrix
|
|
32 | - configSecretKey: masOidcConfig
|
|
33 | - matrixRTC:
|
|
34 | - enabled: true
|
|
35 | - ingress:
|
|
36 | - host: rtc.matrix.c3sl.ufpr.br
|
|
37 | 21 | postgres:
|
38 | 22 | enabled: true
|
39 | 23 | synapse:
|
... | ... | @@ -59,6 +43,20 @@ spec: |
59 | 43 | enable_notifs: true
|
60 | 44 | notif_for_new_users: true
|
61 | 45 | validation_token_lifetime: 15m
|
46 | + matrixAuthenticationService:
|
|
47 | + ingress:
|
|
48 | + host: auth.matrix.c3sl.ufpr.br
|
|
49 | + additional:
|
|
50 | + button-text:
|
|
51 | + config: |
|
|
52 | + label: "Continue with DInf/C3SL"
|
|
53 | + button_text: "Continue with DInf/C3SL"
|
|
54 | + oidc-config:
|
|
55 | + configSecret: matrix
|
|
56 | + configSecretKey: masOidcConfig
|
|
57 | + matrixRTC:
|
|
58 | + ingress:
|
|
59 | + host: rtc.matrix.c3sl.ufpr.br
|
|
62 | 60 | elementWeb:
|
63 | 61 | ingress:
|
64 | 62 | host: element.matrix.c3sl.ufpr.br
|