2025-10-21 17:21:52 +11:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: wizarr
|
|
|
|
|
namespace: argo-cd
|
|
|
|
|
spec:
|
|
|
|
|
destination:
|
|
|
|
|
namespace: wizarr
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
project: default
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated: {}
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
sources:
|
|
|
|
|
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
2025-10-28 10:22:18 +11:00
|
|
|
path: services/PVR/Wizarr
|
2025-10-21 17:21:52 +11:00
|
|
|
targetRevision: HEAD
|