From 41912f685bfa6c24a2139d2f76b2a575a842259c Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 4 Mar 2025 17:02:26 -0600 Subject: [PATCH] install Gateway API --- infrastructure/controllers/gateway-api/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 infrastructure/controllers/gateway-api/kustomization.yaml diff --git a/infrastructure/controllers/gateway-api/kustomization.yaml b/infrastructure/controllers/gateway-api/kustomization.yaml new file mode 100644 index 0000000..c1ac22a --- /dev/null +++ b/infrastructure/controllers/gateway-api/kustomization.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml