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