MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
6666b6fc
by marcusvrp at 2025-07-31T21:40:48-03:00
1 changed file:
Changes:
... | ... | @@ -19,15 +19,20 @@ spec: |
19 | 19 | cert-manager.io/cluster-issuer: letsencrypt-wildcard
|
20 | 20 | tlsSecret: matrixtest-tls
|
21 | 21 | matrixAuthenticationService:
|
22 | + enabled: true
|
|
22 | 23 | ingress:
|
23 | 24 | host: matrixauth.k8sstage.c3sl.ufpr.br
|
24 | - enabled: true
|
|
25 | 25 | additional:
|
26 | + button-text: |
|
|
27 | + label: "Continue with DInf/C3SL"
|
|
28 | + button_text: "Continue with DInf/C3SL"
|
|
26 | 29 | oidc-config:
|
27 | 30 | configSecret: matrix
|
28 | 31 | configSecretKey: masOidcConfig
|
29 | 32 | matrixRTC:
|
30 | - enabled: false
|
|
33 | + enabled: true
|
|
34 | + ingress:
|
|
35 | + host: matrixrtc.k8sstage.c3sl.ufpr.br
|
|
31 | 36 | postgres:
|
32 | 37 | enabled: true
|
33 | 38 | synapse:
|