backup cronjob
This commit is contained in:
parent
19ffe88c8b
commit
5a7b36a121
2 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-ssd-configs
|
name: nfs-ssd-configs
|
||||||
|
namespace: backups
|
||||||
spec:
|
spec:
|
||||||
capacity:
|
capacity:
|
||||||
storage: 3Ti
|
storage: 3Ti
|
||||||
|
@ -20,6 +21,7 @@ apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-nas-git
|
name: nfs-nas-git
|
||||||
|
namespace: backups
|
||||||
spec:
|
spec:
|
||||||
capacity:
|
capacity:
|
||||||
storage: 3Ti
|
storage: 3Ti
|
||||||
|
@ -37,7 +39,8 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-nas-git
|
name: nfs-nas-backups
|
||||||
|
namespace: backups
|
||||||
spec:
|
spec:
|
||||||
capacity:
|
capacity:
|
||||||
storage: 3Ti
|
storage: 3Ti
|
||||||
|
@ -46,7 +49,7 @@ spec:
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
csi:
|
csi:
|
||||||
driver: nfs.csi.k8s.io
|
driver: nfs.csi.k8s.io
|
||||||
volumeHandle: nfs-nas-git
|
volumeHandle: nfs-nas-backups
|
||||||
volumeAttributes:
|
volumeAttributes:
|
||||||
server: 192.168.0.100
|
server: 192.168.0.100
|
||||||
share: /ssd/backups
|
share: /ssd/backups
|
Loading…
Reference in a new issue