refactor: Move slskd to own namespace

This commit is contained in:
Peter 2026-05-16 15:42:23 +02:00
parent 537840bc3c
commit 4dc41f994a
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
14 changed files with 343 additions and 124 deletions

View file

@ -200,6 +200,25 @@ spec:
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: soulseekd
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/soulseekd
targetRevision: HEAD
destination:
server: https://10.13.37.10:6443
namespace: soulseekd
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: plex
namespace: argocd