Compare commits
6 Commits
9b44b955da
...
730239e4b2
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 730239e4b2 | |
Philippe Caseiro | ac5638b527 | |
Philippe Caseiro | 40b87650bc | |
Philippe Caseiro | f17390db39 | |
Philippe Caseiro | 6c8ce19545 | |
Philippe Caseiro | 56137bff1e |
|
@ -1,3 +0,0 @@
|
|||
[submodule "base/nginx-gateway"]
|
||||
path = base/nginx/nginx-gateway
|
||||
url = https://github.com/nginxinc/nginx-kubernetes-gateway.git
|
|
@ -1,12 +1,11 @@
|
|||
|
||||
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
|
||||
- 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
|
||||
|
||||
configMapGenerator:
|
||||
- name: njs-modules
|
||||
files:
|
||||
- ./nginx-gateway/internal/nginx/modules/src/httpmatches.js
|
||||
- github.com/nginxinc/nginx-kubernetes-gateway/internal/nginx/modules/src/httpmatches.js
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d0d604bf43d48e008558d5180f3a143c4fce9e61
|
Loading…
Reference in New Issue