Mount the new pvc

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-06-19 08:45:24 +00:00
parent 3fa48fff82
commit 58dd784283
1 changed files with 5 additions and 0 deletions

View File

@ -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