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:
|
||||
cpu: 25m
|
||||
memory: 920733364
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
|
|
@ -36,6 +41,8 @@ spec:
|
|||
name: data
|
||||
- mountPath: /films
|
||||
name: films
|
||||
- mountPath: /dev/fuse
|
||||
name: fusedev
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
|
|
@ -46,3 +53,6 @@ spec:
|
|||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: smb-usenet
|
||||
- name: fusedev
|
||||
hostPath:
|
||||
path: /dev/fuse
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue