2021-05-23 02:56:21 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
|
|
|
# System
|
|
|
|
- resources/cert-manager.yaml
|
2021-06-10 21:34:35 +07:00
|
|
|
- resources/descheduler.yaml
|
2021-06-10 21:21:22 +07:00
|
|
|
- resources/kured.yaml
|
2021-05-23 02:56:21 +07:00
|
|
|
- resources/longhorn.yaml
|
|
|
|
- resources/metallb.yaml
|
|
|
|
- resources/nginx.yaml
|
2021-06-10 21:34:35 +07:00
|
|
|
- resources/node-problem-detector.yaml
|
2021-05-23 02:56:21 +07:00
|
|
|
- resources/prometheus.yaml
|
|
|
|
- resources/vault.yaml
|
|
|
|
# Applications
|
|
|
|
- resources/gitea.yaml
|
2021-05-23 14:03:07 +07:00
|
|
|
- resources/wireguard.yaml
|
2021-05-23 02:56:21 +07:00
|
|
|
|
|
|
|
namespace: argocd
|