
MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 835f368b by marcusvrp at 2025-08-01T01:24:24-03:00 feat(matrix): individual tls secrets - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -23,6 +23,7 @@ spec: synapse: ingress: host: synapse.matrix.c3sl.ufpr.br + tlsSecret: synapse-tls additional: custom-config: config: | @@ -46,6 +47,7 @@ spec: matrixAuthenticationService: ingress: host: auth.matrix.c3sl.ufpr.br + tlsSecret: mas-tls additional: button-text: config: | @@ -57,9 +59,11 @@ spec: matrixRTC: ingress: host: rtc.matrix.c3sl.ufpr.br + tlsSecret: rtc-tls elementWeb: ingress: host: element.matrix.c3sl.ufpr.br + tlsSecret: element-tls additional: config.json: | { View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/835f368ba9b53e82519aaed... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/835f368ba9b53e82519aaed... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.