chore(argocd): Add Servarr applications

This commit is contained in:
Peter 2025-12-30 12:44:39 +01:00
parent 41bd2cc88e
commit 60abe77572
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -78,3 +78,60 @@ spec:
selfHeal: true
syncOptions:
- ServerSideApply=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sonarr
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/sonarr
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: sonarr
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: radarr
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/radarr
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: radarr
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prowlarr
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/prowlarr
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: prowlarr
syncPolicy:
automated:
prune: true
selfHeal: true