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