From f9e8aab4e65dee4102ad5f3e40ae2b348d946e32 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 25 Oct 2022 05:34:14 +0200 Subject: [PATCH] feat(base): updating nginx kustom --- base/nginx/kustomization.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 base/nginx/kustomization.yaml diff --git a/base/nginx/kustomization.yaml b/base/nginx/kustomization.yaml new file mode 100644 index 0000000..490f9b0 --- /dev/null +++ b/base/nginx/kustomization.yaml @@ -0,0 +1,12 @@ + +configMapGenerator: +- name: njs-modules + files: + - ./nginx-gateway/internal/nginx/modules/src/httpmatches.js + +resources: + - ./nginx-gateway/deploy/manifests/namespace.yaml + - nginx-configmap.yaml + - ./nginx-gateway/deploy/manifests/gatewayclass.yaml + - ./nginx-gateway/deploy/manifests/nginx-gateway.yaml + - ./nginx-gateway/deploy/manifests/service/loadbalancer.yaml \ No newline at end of file