From 1581059ccc15b49a3b77e668f17901a9ca1e2b4f Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 25 Oct 2022 08:52:35 +0200 Subject: [PATCH] fix(nginx): roll back to ingress controler --- base/nginx/kustomization.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/base/nginx/kustomization.yaml b/base/nginx/kustomization.yaml index a19d7a7..2fe4bf2 100644 --- a/base/nginx/kustomization.yaml +++ b/base/nginx/kustomization.yaml @@ -1,11 +1,2 @@ resources: - - github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1 - - https://raw.githubusercontent.com/nginxinc/nginx-kubernetes-gateway/main/deploy/manifests/namespace.yaml - - https://raw.githubusercontent.com/nginxinc/nginx-kubernetes-gateway/main/deploy/manifests/gatewayclass.yaml - - https://raw.githubusercontent.com/nginxinc/nginx-kubernetes-gateway/main/deploy/manifests/nginx-gateway.yaml - - https://raw.githubusercontent.com/nginxinc/nginx-kubernetes-gateway/main/deploy/manifests/service/loadbalancer.yaml - -configMapGenerator: -- name: njs-modules - files: - - https://raw.githubusercontent.com/nginxinc/nginx-kubernetes-gateway/main/internal/nginx/modules/src/httpmatches.js + - https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml \ No newline at end of file