* Deploy Virtual Bussiness card.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
330 B

apiVersion: v1
kind: PersistentVolume
metadata:
name: virtual-porfolio-pv
labels:
type: local
spec:
capacity:
storage: 15Gi
accessModes:
- ReadWriteOnce
storageClassName: manual
hostPath:
path: /home/ubuntu/virtualporfolio/kanico/data # replace with local directory, such as "/home/<user-name>/kaniko"