From 58dd7842836ebcc5fe8b6f3b68169fc9f045e7cf Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Wed, 19 Jun 2024 08:45:24 +0000 Subject: [PATCH] Mount the new pvc Signed-off-by: Martyn Ranyard --- apps-helm/karaoke-eternal/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps-helm/karaoke-eternal/templates/deployment.yaml b/apps-helm/karaoke-eternal/templates/deployment.yaml index e44ea71..ef80600 100644 --- a/apps-helm/karaoke-eternal/templates/deployment.yaml +++ b/apps-helm/karaoke-eternal/templates/deployment.yaml @@ -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