Update storage.
This commit is contained in:
parent
c7b5bc185c
commit
f205dbb964
1 changed files with 6 additions and 3 deletions
|
@ -82,8 +82,8 @@ spec:
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
- name: config
|
- name: config
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 50Gi
|
size: 1Gi
|
||||||
storageClass: ceph-block
|
storageClass: local-hostpath
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /config
|
- path: /config
|
||||||
service:
|
service:
|
||||||
|
@ -114,6 +114,9 @@ spec:
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /transcode
|
- path: /transcode
|
||||||
media:
|
media:
|
||||||
existingClaim: media
|
enabled: true
|
||||||
|
type: nfs
|
||||||
|
server: 10.1.1.30
|
||||||
|
path: /mnt/Nahar/Media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /media
|
- path: /media
|
||||||
|
|
Loading…
Reference in a new issue