first commit

This commit is contained in:
Hoang Nguyen
2026-05-05 22:33:13 +02:00
commit 423c4ab11d
8 changed files with 27004 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring-crds
namespace: argocd
spec:
project: default
source:
repoURL: 'https://gitea.vhn-demo.duckdns.org/hoang/monitoring.git'
path: k8s/base/crds
targetRevision: main
destination:
server: 'https://kubernetes.default.svc'
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeel: true