[Git][root/k8s/fluxcd][main] feat(matrix); fix cors?

Fernando K pushed to branch main at Root / Kubernetes / FluxCD Commits: 443d1678 by Fernando Monteiro Kiotheka at 2025-08-14T12:03:30-03:00 feat(matrix); fix cors? - - - - - 1 changed file: - apps/base/matrix/helmrelease.yaml Changes: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -34,6 +34,9 @@ spec: ingress: host: synapse.matrix.c3sl.ufpr.br tlsSecret: synapse-tls + annotations: + nginx.ingress.kubernetes.io/enable-cors: "true" + nginx.ingress.kubernetes.io/cors-allow-origin: "https://element.matrix.c3sl.ufpr.br" postgres: host: postgres.c3sl.ufpr.br user: matrix_synapse View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/443d1678ab12df8ffebcd33... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/443d1678ab12df8ffebcd33... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)