commit 4bbda2c318b5346c6dbfa82081f9c019c260564a
parent 7a370c2a1fdf95e081d22f04890f35fa8aacf9c3
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 22 Oct 2025 12:50:54 +0200
fixup
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml
@@ -110,7 +110,10 @@ spec:
kinds:
- kind: TCPRoute
namespaces:
- from: All
+ from: Selector
+ selector:
+ matchLabels:
+ app: cgit
- name: https-talos-midnightthoughts
protocol: HTTPS
hostname: "talos.midnightthoughts.space"
@@ -238,7 +241,10 @@ spec:
kinds:
- kind: TCPRoute
namespaces:
- from: All
+ from: Selector
+ selector:
+ matchLabels:
+ app: authentik
- name: https-mtrnord-blog-gts
protocol: HTTPS
hostname: "gts.mtrnord.blog"
diff --git a/apps/talos_cluster/namespaces/authentik.yaml b/apps/talos_cluster/namespaces/authentik.yaml
@@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: authentik
+ labels:
+ app: authentik
diff --git a/apps/talos_cluster/namespaces/cgit.yaml b/apps/talos_cluster/namespaces/cgit.yaml
@@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: git
+ labels:
+ app: cgit