Files
homelab/k8s/apps/sonarr-stack/sonarr-values.yaml
Ultradesu 24d4d34733
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Adjusted resources on all deployments
2025-07-18 13:46:54 +03:00

23 lines
376 B
YAML

env:
TZ: Asia/Nicosia
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "2Gi"
cpu: "1000m"
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
persistence:
config:
enabled: true
downloads:
enabled: true
type: hostPath
hostPath: /k8s/media/downloads
mountPath: /downloads
accessMode: ReadWriteOnce