[Git][root/k8s/fluxcd][main] feat(matrix): disable telemetry

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 876c0b5d by MarcusVRP at 2025-07-31T10:21:31-03:00 feat(matrix): disable telemetry - - - - - 1 changed file: - apps/base/matrix/deploy.yaml Changes: ===================================== apps/base/matrix/deploy.yaml ===================================== @@ -24,6 +24,8 @@ spec: env: - name: SYNAPSE_SERVER_NAME value: matrix.c3sl.ufpr.br + - name: SYNAPSE_REPORT_STATS + value: 'false' - containerPort: 8008 name: synapse # ======== POSTGRES ======== # View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/876c0b5d4e4e06542b7443c... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/876c0b5d4e4e06542b7443c... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)