From 60abe77572c335ce8dffc930f5274bb266b8e92d Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:44:39 +0100 Subject: [PATCH] chore(argocd): Add Servarr applications --- k8s-peterg/argocd/applications-wheatley.yaml | 57 ++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/k8s-peterg/argocd/applications-wheatley.yaml b/k8s-peterg/argocd/applications-wheatley.yaml index 9accf98..8a92ee7 100644 --- a/k8s-peterg/argocd/applications-wheatley.yaml +++ b/k8s-peterg/argocd/applications-wheatley.yaml @@ -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