feat(base): adding nginx-gateway installation
This commit is contained in:
parent
3f82f805d4
commit
c6381c2323
|
@ -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
|
Loading…
Reference in New Issue