Files
turingpi/applications/prowlarr.yaml
T
2026-01-10 17:29:53 +01:00

27 lines
614 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prowlarr
namespace: argocd
annotations:
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
targetRevision: HEAD
path: custom_helm_charts/prowlarr
helm:
releaseName: prowlarr
valueFiles:
- ../../helm-values/prowlarr_values.yml
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true