tus namespace
This commit is contained in:
parent
6795bd7669
commit
bf1b270797
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: nfs-tusd
|
||||
namespace: tusd
|
||||
namespace: tus
|
||||
spec:
|
||||
capacity:
|
||||
storage: 50Gi
|
||||
|
@ -17,7 +17,7 @@ kind: PersistentVolumeClaim
|
|||
apiVersion: v1
|
||||
metadata:
|
||||
name: nfs-tusd
|
||||
namespace: tusd
|
||||
namespace: tus
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
|
|
Loading…
Reference in New Issue