From 854e9752b92df194d5917483dc394b98be5a3d49 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 12 Jan 2025 18:09:26 +0300 Subject: [PATCH] cronjobs pvc --- backups/pv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backups/pv.yaml b/backups/pv.yaml index 69a8b0a..4c8ac5d 100644 --- a/backups/pv.yaml +++ b/backups/pv.yaml @@ -33,7 +33,7 @@ spec: volumeHandle: nfs-nas-git volumeAttributes: server: 192.168.0.100 - share: /ssd/git + share: /git --- apiVersion: v1 @@ -52,6 +52,6 @@ spec: volumeHandle: nfs-nas-backups volumeAttributes: server: 192.168.0.100 - share: /ssd/backups + share: /backups