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
|
- mountPath: /mnt/karaoke
|
||||||
name: songs
|
name: songs
|
||||||
subPath: K
|
subPath: K
|
||||||
|
- mountPath: /mnt/newsongs
|
||||||
|
name: songs
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: karaoke-config
|
name: karaoke-config
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
|
@ -45,6 +47,9 @@ spec:
|
||||||
- name: songs
|
- name: songs
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: smb-oldmusic
|
claimName: smb-oldmusic
|
||||||
|
- name: newsongs
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: karaoke-songs
|
||||||
- name: karaoke-config
|
- name: karaoke-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: {{ include "karaoke-eternal.fullname" . }}-config
|
claimName: {{ include "karaoke-eternal.fullname" . }}-config
|
||||||
|
|
Loading…
Reference in New Issue