mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
b8bd956b67
This reverts commit 62a9e2dd4d
.
19 lines
408 B
YAML
19 lines
408 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Prerequisites
|
|
- resources/namespace.yaml
|
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.0.2
|
|
# 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
|