Mount the new pvc
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3fa48fff82
commit
58dd784283
|
@ -35,6 +35,8 @@ spec:
|
|||
- mountPath: /mnt/karaoke
|
||||
name: songs
|
||||
subPath: K
|
||||
- mountPath: /mnt/newsongs
|
||||
name: songs
|
||||
- mountPath: /config
|
||||
name: karaoke-config
|
||||
dnsPolicy: ClusterFirst
|
||||
|
@ -45,6 +47,9 @@ spec:
|
|||
- name: songs
|
||||
persistentVolumeClaim:
|
||||
claimName: smb-oldmusic
|
||||
- name: newsongs
|
||||
persistentVolumeClaim:
|
||||
claimName: karaoke-songs
|
||||
- name: karaoke-config
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ include "karaoke-eternal.fullname" . }}-config
|
||||
|
|
Loading…
Reference in New Issue