From 53a4159d494b5cebcff661d42bb135f1c6767bf1 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 15:55:25 +0200 Subject: [PATCH] feat(base): adding nginx-gateway --- base/kustomization.yaml | 2 ++ base/nginx/kustomization.yaml | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 base/nginx/kustomization.yaml diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 61825b6..5296aa9 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -4,3 +4,5 @@ kind: Kustomization bases: - https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml - https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml + - ./minio + - ./nginx-gateway \ No newline at end of file diff --git a/base/nginx/kustomization.yaml b/base/nginx/kustomization.yaml new file mode 100644 index 0000000..a19d7a7 --- /dev/null +++ b/base/nginx/kustomization.yaml @@ -0,0 +1,11 @@ +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