cluster

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

commit 10b1923b8760992baf30e054cf34d78c89ae654b
parent 890903b71ee7cc4eb05f2f91dec4bbfab720c242
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat,  3 Jan 2026 19:03:07 +0100

fix

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/convex/deployment.yaml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/talos_cluster/convex/deployment.yaml b/apps/talos_cluster/convex/deployment.yaml @@ -229,9 +229,9 @@ spec: filters: - type: CORS cors: - allowedOrigins: + allowOrigins: - "*" - allowedMethods: + allowMethods: - "*" - allowedHeaders: + allowHeaders: - "*"