feat(apps): Add qbit app and argocd repo secret

This commit is contained in:
2026-05-03 22:01:41 +05:30
parent 32544e6465
commit 78a801769c
4 changed files with 59 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: qbit
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops-private.git
targetRevision: main
path: gitea
destination:
server: https://kubernetes.default.svc
namespace: qbit
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true