12 lines
321 B
YAML
12 lines
321 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
bases:
|
|
- https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
|
- ./postgresql
|
|
- ./redis
|
|
- ./metallb
|
|
- ./minio
|
|
- ./nginx
|