2023-01-03 00:09:08 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2023-11-13 23:21:13 +00:00
|
|
|
# MetalLB configuration
|
2023-01-03 00:09:08 +00:00
|
|
|
- ../../metallb
|
2023-02-07 08:50:15 +00:00
|
|
|
# Miscellanous basic configuration
|
2023-01-03 00:09:08 +00:00
|
|
|
- ../../res
|
2023-02-07 08:50:15 +00:00
|
|
|
# NFS client configuration
|
|
|
|
- ../../nfs-provisioner
|
|
|
|
# Longhorn installation and configuration
|
2023-01-03 00:09:08 +00:00
|
|
|
- ../../longhorn
|
2023-05-05 21:36:22 +00:00
|
|
|
# SOPS operator for secret management on the fly
|
|
|
|
- ../../sops-operator
|
2023-02-07 08:50:15 +00:00
|
|
|
# Traefik configuration
|
2023-01-03 00:09:08 +00:00
|
|
|
- ../../traefik
|
2023-02-07 08:50:15 +00:00
|
|
|
# Argo installation and configuration
|
|
|
|
- ../../argo
|
2023-01-03 00:09:08 +00:00
|
|
|
|
|
|
|
patchesStrategicMerge:
|
2023-07-04 20:53:05 +00:00
|
|
|
#- ../../environments/dev/traefik-internal-service.yaml
|
|
|
|
#- ../../environments/dev/traefik-external-service.yaml
|