mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
Cleanup apps layer
This commit is contained in:
parent
d56c2a7c8c
commit
53b3c388ef
@ -2,13 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# Root app
|
||||
- resources/argocd.yaml
|
||||
# System
|
||||
- resources/descheduler.yaml
|
||||
- resources/kured.yaml
|
||||
- resources/metallb.yaml
|
||||
- resources/nginx.yaml
|
||||
- resources/node-problem-detector.yaml
|
||||
- resources/prometheus.yaml
|
||||
- resources/cloudflared.yaml
|
||||
|
@ -1,18 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: apps
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
name: in-cluster
|
||||
source:
|
||||
repoURL: https://github.com/khuedoan/homelab
|
||||
path: apps
|
||||
targetRevision: master
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Loading…
Reference in New Issue
Block a user