Files
homelab/k8s/apps/sonarr-stack/bazarr-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

21 lines
355 B
YAML

resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "1Gi"
cpu: "500m"
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
volumes:
- name: downloads
hostPath:
path: /k8s/media/downloads
type: DirectoryOrCreate
volumeMounts:
- name: downloads
mountPath: /downloads
readOnly: false