cronjobs pvc
This commit is contained in:
parent
eb89aea7f9
commit
854e9752b9
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ spec:
|
||||||
volumeHandle: nfs-nas-git
|
volumeHandle: nfs-nas-git
|
||||||
volumeAttributes:
|
volumeAttributes:
|
||||||
server: 192.168.0.100
|
server: 192.168.0.100
|
||||||
share: /ssd/git
|
share: /git
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -52,6 +52,6 @@ spec:
|
||||||
volumeHandle: nfs-nas-backups
|
volumeHandle: nfs-nas-backups
|
||||||
volumeAttributes:
|
volumeAttributes:
|
||||||
server: 192.168.0.100
|
server: 192.168.0.100
|
||||||
share: /ssd/backups
|
share: /backups
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue