khuedoan-homelab/apps/kustomization.yaml

19 lines
411 B
YAML
Raw Normal View History

2021-05-23 02:56:21 +07:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Prerequisites
- resources/namespace.yaml
2021-05-23 04:12:57 +07:00
- github.com/argoproj/argo-cd//manifests/ha/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
namespace: argocd