mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
3516b2cb29
Avoid ArgoCD server issue when applying Argo apps to quickly
17 lines
324 B
YAML
17 lines
324 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# System
|
|
- resources/cert-manager.yaml
|
|
- resources/longhorn.yaml
|
|
- resources/metallb.yaml
|
|
- resources/nginx.yaml
|
|
- resources/prometheus.yaml
|
|
- resources/vault.yaml
|
|
# Applications
|
|
- resources/gitea.yaml
|
|
- resources/wireguard.yaml
|
|
|
|
namespace: argocd
|