You've already forked vk26-onlinehasherapp
init
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: onlinefilehasher-output-storage-volume
|
||||
namespace: exam-varga
|
||||
labels:
|
||||
type: local
|
||||
spec:
|
||||
storageClassName: manual
|
||||
capacity:
|
||||
storage: 1Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: "/mnt/data2"
|
||||
Reference in New Issue
Block a user