123456789101112131415161718 |
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- name: webtlo
- spec:
- template:
- spec:
- containers:
- - name: webtlo
- volumeMounts:
- - name: tmp
- mountPath: /tmp
- volumes:
- - name: tmp
- hostPath:
- path: /home/oleg/.local/tmp/qbittorrent
- type: Directory
|