chore: scaffold cluster-platform repo (root app-of-apps for platform services)

This commit is contained in:
2026-07-29 23:30:45 +07:00
commit b3c9539eaf
3 changed files with 52 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-platform.git
targetRevision: main
path: platform/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true