From 76d73fa155d73fb002c7aaee3b8870294d46006c Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:05:39 -0500 Subject: [PATCH] use cilium namespace --- clusters/cl01tl/platform/authentik/templates/http-route.yaml | 4 ++-- clusters/cl01tl/standalone/cilium/templates/certificate.yaml | 2 +- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 4 ++-- clusters/cl01tl/standalone/cilium/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/templates/http-route.yaml b/clusters/cl01tl/platform/authentik/templates/http-route.yaml index 020a9639c..c359c89ea 100644 --- a/clusters/cl01tl/platform/authentik/templates/http-route.yaml +++ b/clusters/cl01tl/platform/authentik/templates/http-route.yaml @@ -14,7 +14,7 @@ spec: - group: gateway.networking.k8s.io kind: Gateway name: cilium-tls-gateway - namespace: kube-system + namespace: cilium sectionName: https hostnames: - auth.alexlebens.net @@ -51,7 +51,7 @@ spec: - group: gateway.networking.k8s.io kind: Gateway name: cilium-tls-gateway - namespace: kube-system + namespace: cilium sectionName: http hostnames: - auth.alexlebens.net diff --git a/clusters/cl01tl/standalone/cilium/templates/certificate.yaml b/clusters/cl01tl/standalone/cilium/templates/certificate.yaml index a99090bab..fc7ad3dc5 100644 --- a/clusters/cl01tl/standalone/cilium/templates/certificate.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/certificate.yaml @@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: wildcard-tls-alexlebens-net - namespace: kube-system + namespace: cilium labels: app.kubernetes.io/name: wildcard-tls-alexlebens-net app.kubernetes.io/instance: {{ .Release.Name }} diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index e3cea9ef0..e4fcd181c 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -2,7 +2,7 @@ apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: cilium-tls-gateway - namespace: kube-system + namespace: cilium labels: app.kubernetes.io/name: cilium-tls-gateway app.kubernetes.io/instance: {{ .Release.Name }} @@ -30,4 +30,4 @@ spec: - kind: Secret group: '' name: wildcard-tls-alexlebens-net - namespace: kube-system + namespace: cilium diff --git a/clusters/cl01tl/standalone/cilium/values.yaml b/clusters/cl01tl/standalone/cilium/values.yaml index 2cc311acf..a94fb7c79 100644 --- a/clusters/cl01tl/standalone/cilium/values.yaml +++ b/clusters/cl01tl/standalone/cilium/values.yaml @@ -34,7 +34,7 @@ cilium: create: auto secretsNamespace: create: true - name: kube-system + name: cilium sync: true hostNetwork: enabled: false