Compare commits

...

3 Commits

5 changed files with 19 additions and 2 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -4,5 +4,6 @@ kind: Kustomization
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
- ./metallb
- ./minio
- ./nginx-gateway
- ./nginx

View File

@ -0,0 +1,4 @@
namespace: metallb-system
resources:
- github.com/metallb/metallb/config/native?ref=v0.13.7

View File

@ -0,0 +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