Files
homelab/k8s/apps/sonarr-stack/bazarr-values.yaml
Ultradesu ce4172b435
Some checks are pending
Auto-update README / Generate README and Create MR (push) Waiting to run
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 23s
Increase CPU limits
2025-11-24 13:19:04 +02:00

21 lines
355 B
YAML

resources:
requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "1Gi"
cpu: "750m"
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