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