feat(apps): Add splitpro application

This commit is contained in:
2026-09-24 21:53:19 +05:30
parent 8659225f0d
commit 06e8cf1fef
9 changed files with 219 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "3"
name: splitpro
namespace: argocd
spec:
destination:
namespace: splitpro
server: https://kubernetes.default.svc
project: default
source:
path: apps/splitpro
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true