Compare commits
6 Commits
730239e4b2
...
9b44b955da
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 9b44b955da | |
Philippe Caseiro | d13e0d4d6a | |
Philippe Caseiro | cafe701488 | |
Philippe Caseiro | 373bd63306 | |
Philippe Caseiro | 9bd3205cec | |
Philippe Caseiro | 7f3ebb2a96 |
|
@ -0,0 +1,3 @@
|
|||
[submodule "base/nginx-gateway"]
|
||||
path = base/nginx/nginx-gateway
|
||||
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
|
@ -1,11 +1,12 @@
|
|||
|
||||
resources:
|
||||
- github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.5.1
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/deploy/manifests/namespace.yaml
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/deploy/manifests/gatewayclass.yaml
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/deploy/manifests/nginx-gateway.yaml
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/deploy/manifests/service/loadbalancer.yaml
|
||||
- ./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:
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/internal/nginx/modules/src/httpmatches.js
|
||||
- ./nginx-gateway/internal/nginx/modules/src/httpmatches.js
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d0d604bf43d48e008558d5180f3a143c4fce9e61
|
Loading…
Reference in New Issue