Compare commits
3 Commits
a419cf8015
...
09a0ea3b22
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 09a0ea3b22 | |
Philippe Caseiro | 869d8b9d5c | |
Philippe Caseiro | 0b3030cc94 |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
namespace: metallb-system
|
||||
|
||||
resources:
|
||||
- github.com/metallb/metallb/config/native?ref=v0.13.7
|
|
@ -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
|
Loading…
Reference in New Issue