Enable sshfs for sokloud
This commit is contained in:
parent
fe5d3be2de
commit
4dc105c2fd
1 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
memory: 920733364
|
memory: 920733364
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
capabilities:
|
||||||
|
add:
|
||||||
|
- SYS_ADMIN
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
|
|
@ -36,6 +41,8 @@ spec:
|
||||||
name: data
|
name: data
|
||||||
- mountPath: /films
|
- mountPath: /films
|
||||||
name: films
|
name: films
|
||||||
|
- mountPath: /dev/fuse
|
||||||
|
name: fusedev
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
@ -46,3 +53,6 @@ spec:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: smb-usenet
|
claimName: smb-usenet
|
||||||
|
- name: fusedev
|
||||||
|
hostPath:
|
||||||
|
path: /dev/fuse
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue