homelab-gitops/management/platform-apps/soulsync.yaml
gwg313 67a2318a96
add soulsync
Signed-off-by: gwg313 <gwg313@pm.me>
2026-06-18 15:19:38 -04:00

23 lines
508 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: soulsync
namespace: argocd
annotations:
argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/soulsync
destination:
server: https://kubernetes.default.svc
namespace: slskd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true