Files
homelab/k8s/apps/sonarr-stack/bazarr-values.yaml
Ultradesu c89fa45994
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
Changed qbt directory
2025-04-23 18:53:43 +03:00

14 lines
252 B
YAML

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