cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ed63d7821d1bd1b7cd11f540da5cfa0f42ed32a4
parent 5b4cc9549853c4d8ef21d1ac0366ba613c2b3415
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu, 11 Sep 2025 12:43:44 +0200

Small fixes

Diffstat:
Mapps/talos_cluster/wkd/deployment.yaml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/apps/talos_cluster/wkd/deployment.yaml b/apps/talos_cluster/wkd/deployment.yaml @@ -122,7 +122,10 @@ data: # Tell synapse to not look for a matrix server here location /.well-known/matrix/server { - return 404; + return 410; + } + location /_matrix { + return 410; } # Health check endpoint