Files
movienight-backend/deploy/argocd/jellyfin.yaml
T

37 lines
712 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jellyfin
namespace: argocd
spec:
project: default
source:
repoURL: https://jellyfin.github.io/jellyfin-helm
targetRevision: 2.7.0
chart: jellyfin
helm:
valuesObject:
replicaCount: 1
persistence:
config:
size: 4Gi
media:
size: 20Gi
metrics:
enabled: true
destination:
server: https://kubernetes.default.svc
namespace: jellyfin
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true