[Git][root/k8s/fluxcd][main] feat(matrix): use subdomain for services

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: e1ca47a2 by marcusvrp at 2025-07-31T23:25:15-03:00 feat(matrix): use subdomain for services - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -21,7 +21,7 @@ spec: matrixAuthenticationService: enabled: true ingress: - host: matrixauth.c3sl.ufpr.br + host: auth.matrix.c3sl.ufpr.br additional: button-text: config: | @@ -33,12 +33,12 @@ spec: matrixRTC: enabled: true ingress: - host: matrixrtc.c3sl.ufpr.br + host: rtc.matrix.c3sl.ufpr.br postgres: enabled: true synapse: ingress: - host: synapse.c3sl.ufpr.br + host: synapse.matrix.c3sl.ufpr.br additional: custom-config: config: | @@ -61,7 +61,7 @@ spec: validation_token_lifetime: 15m elementWeb: ingress: - host: element.c3sl.ufpr.br + host: element.matrix.c3sl.ufpr.br additional: config.json: | { View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/e1ca47a2452c2860e03566b... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/e1ca47a2452c2860e03566b... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)