feat(base): updating nginx kustom

This commit is contained in:
Philippe Caseiro 2022-10-25 05:41:30 +02:00
parent f9e8aab4e6
commit 0ae16e650d
2 changed files with 8 additions and 9 deletions

View File

@ -5,5 +5,4 @@ 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
- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1
- nginx-api-gateway.yaml
- ./nginx

View File

@ -1,12 +1,12 @@
resources:
- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1
- ./nginx-gateway/deploy/manifests/namespace.yaml
- ./nginx-gateway/deploy/manifests/gatewayclass.yaml
- ./nginx-gateway/deploy/manifests/nginx-gateway.yaml
- ./nginx-gateway/deploy/manifests/service/loadbalancer.yaml
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