23 lines
603 B
YAML
23 lines
603 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# MetalLB configuration
|
|
- ../../metallb
|
|
# Miscellanous basic configuration
|
|
- ../../res
|
|
# NFS client configuration
|
|
- ../../nfs-provisioner
|
|
# Longhorn installation and configuration
|
|
- ../../longhorn
|
|
# SOPS operator for secret management on the fly
|
|
- ../../sops-operator
|
|
# Traefik configuration
|
|
- ../../traefik
|
|
# Argo installation and configuration
|
|
- ../../argo
|
|
|
|
patchesStrategicMerge:
|
|
#- ../../environments/dev/traefik-internal-service.yaml
|
|
#- ../../environments/dev/traefik-external-service.yaml
|