diff --git a/k8s-peterg/cilium-gatewayapi/kustomization.yaml b/k8s-peterg/cilium-gatewayapi/kustomization.yaml index 1115bd9..34f4ff8 100644 --- a/k8s-peterg/cilium-gatewayapi/kustomization.yaml +++ b/k8s-peterg/cilium-gatewayapi/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization namespace: kube-system resources: + - namespace.yaml - ip-pool.yaml - gateways.yaml - httproute.yaml diff --git a/k8s-peterg/cilium-gatewayapi/namespace.yaml b/k8s-peterg/cilium-gatewayapi/namespace.yaml new file mode 100644 index 0000000..5988ffb --- /dev/null +++ b/k8s-peterg/cilium-gatewayapi/namespace.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + name: kube-system