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