* 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

  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: virtual-porfolio-pv
  5. labels:
  6. type: local
  7. spec:
  8. capacity:
  9. storage: 15Gi
  10. accessModes:
  11. - ReadWriteOnce
  12. storageClassName: manual
  13. hostPath:
  14. path: /home/ubuntu/virtualporfolio/kanico/data # replace with local directory, such as "/home/<user-name>/kaniko"