feat(apps): Add qbit

This commit is contained in:
2026-09-26 20:55:42 +05:30
parent 96db9b3511
commit 6452a8efcc
12 changed files with 231 additions and 46 deletions
-22
View File
@@ -1,22 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
name: argocd-repos
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: infra/argocd-repos
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-1
View File
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- argocd-dashboard.yaml
- argocd-repos.yaml
- authentik.yaml
- cert-manager.yaml
- cnpg.yaml