From b1e03ecf1d81f1211683ae4f85530e6d0a40c356 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 17:43:08 +0100 Subject: [PATCH] Rename volumemount name restore 4 --- restore-backup/restore-ubuntu.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/restore-backup/restore-ubuntu.yaml b/restore-backup/restore-ubuntu.yaml index 8f732df..ea785bf 100644 --- a/restore-backup/restore-ubuntu.yaml +++ b/restore-backup/restore-ubuntu.yaml @@ -4,7 +4,7 @@ metadata: name: restore-ubuntu labels: app: restore-ubuntu - namespace: immich + # namespace: immich # edit in apps folder # docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 spec: replicas: 1 @@ -19,6 +19,7 @@ spec: containers: - name: restore-ubuntu image: ubuntu:plucky - volumeMounts: - - mountPath: "/mnt/restore-vol" - name: backupofimmich \ No newline at end of file + volumes: + - name: restorevol + persistentVolumeClaim: + claimName: backupofimmich \ No newline at end of file