2021-05-23 02:56:21 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
|
|
|
# Prerequisites
|
|
|
|
- resources/namespace.yaml
|
2021-05-23 11:49:40 +07:00
|
|
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.0.2
|
2021-05-23 02:56:21 +07:00
|
|
|
# System
|
|
|
|
- resources/cert-manager.yaml
|
|
|
|
- resources/longhorn.yaml
|
|
|
|
- resources/metallb.yaml
|
|
|
|
- resources/nginx.yaml
|
|
|
|
- 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
|