Files
homelab/k8s/apps/sonarr-stack/bazarr-values.yaml
Ultradesu 1b6d0ce1d3
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
Added bazarr
2025-04-23 18:46:52 +03:00

14 lines
244 B
YAML

nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
volumes:
- name: downloads
hostPath:
path: /k8s/media/downloads
type: Directory
volumeMounts:
- name: downloads
mountPath: /downloads
readOnly: false