From 6ae3047867326952992869ff02ccd04dbc13381d Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:00:55 +0100 Subject: [PATCH] chore: Refactor Cilium --- k8s-peterg/{cilium-gatewayapi => cilium}/gateways.yaml | 0 k8s-peterg/{cilium-gatewayapi => cilium}/httproute.yaml | 2 +- k8s-peterg/{cilium-gatewayapi => cilium}/ip-pool.yaml | 0 k8s-peterg/{cilium-gatewayapi => cilium}/kustomization.yaml | 0 k8s-peterg/{cilium-gatewayapi => cilium}/namespace.yaml | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename k8s-peterg/{cilium-gatewayapi => cilium}/gateways.yaml (100%) rename k8s-peterg/{cilium-gatewayapi => cilium}/httproute.yaml (96%) rename k8s-peterg/{cilium-gatewayapi => cilium}/ip-pool.yaml (100%) rename k8s-peterg/{cilium-gatewayapi => cilium}/kustomization.yaml (100%) rename k8s-peterg/{cilium-gatewayapi => cilium}/namespace.yaml (100%) diff --git a/k8s-peterg/cilium-gatewayapi/gateways.yaml b/k8s-peterg/cilium/gateways.yaml similarity index 100% rename from k8s-peterg/cilium-gatewayapi/gateways.yaml rename to k8s-peterg/cilium/gateways.yaml diff --git a/k8s-peterg/cilium-gatewayapi/httproute.yaml b/k8s-peterg/cilium/httproute.yaml similarity index 96% rename from k8s-peterg/cilium-gatewayapi/httproute.yaml rename to k8s-peterg/cilium/httproute.yaml index 265875b..d93c08e 100644 --- a/k8s-peterg/cilium-gatewayapi/httproute.yaml +++ b/k8s-peterg/cilium/httproute.yaml @@ -24,7 +24,7 @@ spec: parentRefs: - name: internal namespace: kube-system - sectionName: https + sectionName: http hostnames: - "hubble.k8s.peterg.nl" rules: diff --git a/k8s-peterg/cilium-gatewayapi/ip-pool.yaml b/k8s-peterg/cilium/ip-pool.yaml similarity index 100% rename from k8s-peterg/cilium-gatewayapi/ip-pool.yaml rename to k8s-peterg/cilium/ip-pool.yaml diff --git a/k8s-peterg/cilium-gatewayapi/kustomization.yaml b/k8s-peterg/cilium/kustomization.yaml similarity index 100% rename from k8s-peterg/cilium-gatewayapi/kustomization.yaml rename to k8s-peterg/cilium/kustomization.yaml diff --git a/k8s-peterg/cilium-gatewayapi/namespace.yaml b/k8s-peterg/cilium/namespace.yaml similarity index 100% rename from k8s-peterg/cilium-gatewayapi/namespace.yaml rename to k8s-peterg/cilium/namespace.yaml