added audiobookshelf

This commit is contained in:
kisfenyo
2025-12-18 15:11:27 +01:00
parent 87106162bb
commit d705cf3617
2 changed files with 193 additions and 0 deletions
+22
View File
@@ -104,3 +104,25 @@ spec:
- CreateNamespace=true
- PruneLast=true
---
# AudioBookshelf
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: audiobookshelf
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: audiobookshelf-system
destination:
server: https://kubernetes.default.svc
namespace: audiobookshelf-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---