[Git][root/k8s/fluxcd][main] feat(matrix): remove unnecessary enabled: true

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: a0e46bae by marcusvrp at 2025-07-31T23:47:58-03:00 feat(matrix): remove unnecessary enabled: true - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -18,22 +18,6 @@ spec: annotations: cert-manager.io/cluster-issuer: letsencrypt-wildcard tlsSecret: matrix-tls - matrixAuthenticationService: - enabled: true - ingress: - host: auth.matrix.c3sl.ufpr.br - additional: - button-text: - config: | - label: "Continue with DInf/C3SL" - button_text: "Continue with DInf/C3SL" - oidc-config: - configSecret: matrix - configSecretKey: masOidcConfig - matrixRTC: - enabled: true - ingress: - host: rtc.matrix.c3sl.ufpr.br postgres: enabled: true synapse: @@ -59,6 +43,20 @@ spec: enable_notifs: true notif_for_new_users: true validation_token_lifetime: 15m + matrixAuthenticationService: + ingress: + host: auth.matrix.c3sl.ufpr.br + additional: + button-text: + config: | + label: "Continue with DInf/C3SL" + button_text: "Continue with DInf/C3SL" + oidc-config: + configSecret: matrix + configSecretKey: masOidcConfig + matrixRTC: + ingress: + host: rtc.matrix.c3sl.ufpr.br elementWeb: ingress: host: element.matrix.c3sl.ufpr.br View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/a0e46bae652f4eb992c0a05... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/a0e46bae652f4eb992c0a05... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)