feat(base): updating nginx kustom
This commit is contained in:
parent
af8aac831a
commit
182aa66bf1
|
@ -2,5 +2,5 @@
|
|||
path = base/minio
|
||||
url = https://github.com/minio/operator.git
|
||||
[submodule "base/nginx-gateway"]
|
||||
path = base/nginx-gateway
|
||||
path = base/nginx/nginx-gateway
|
||||
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
||||
|
|
|
@ -6,4 +6,4 @@ bases:
|
|||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./minio
|
||||
- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1
|
||||
- ./nginx-gateway.yaml
|
||||
- nginx-api-gateway.yaml
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
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
|
Loading…
Reference in New Issue