2021-05-23 02:56:21 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2021-08-18 10:21:28 +07:00
|
|
|
# Root app
|
|
|
|
- resources/argocd.yaml
|
2021-05-23 02:56:21 +07:00
|
|
|
# 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/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
|
2021-06-27 18:39:29 +07:00
|
|
|
- resources/cloudflared.yaml
|
2021-06-27 02:28:36 +07:00
|
|
|
# Operation
|
2021-05-23 02:56:21 +07:00
|
|
|
- resources/vault.yaml
|
2021-06-27 02:28:36 +07:00
|
|
|
- resources/drone.yaml
|
2021-06-27 13:10:13 +07:00
|
|
|
- resources/drone-runner-kube.yaml
|
2021-08-16 02:02:54 +07:00
|
|
|
- resources/keycloak.yaml
|
2021-05-23 02:56:21 +07:00
|
|
|
# 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
|