Files
homelab/k8s/apps/sonarr-stack/bazarr-values.yaml

14 lines
252 B
YAML
Raw Normal View History

2025-04-23 18:12:09 +03:00
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
2025-04-23 18:46:52 +03:00
volumes:
- name: downloads
hostPath:
path: /k8s/media/downloads
2025-04-23 18:53:43 +03:00
type: DirectoryOrCreate
2025-04-23 18:46:52 +03:00
volumeMounts:
- name: downloads
mountPath: /downloads
readOnly: false