Added qbt to nas
All checks were successful
Check with kubeconform / lint (push) Successful in 8s

This commit is contained in:
A B
2025-04-27 11:45:22 +00:00
parent 0b46c48b08
commit a8f96aa60d
3 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: qbittorent-nas
namespace: argocd
spec:
project: apps
destination:
namespace: qbittorent-nas
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/apps/qbittorent-nas
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true