pv-local-calibre.yaml 405 B

1234567891011121314151617181920212223
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: calibre-library
  5. spec:
  6. capacity:
  7. storage: 10Gi
  8. accessModes:
  9. - ReadWriteOnce
  10. hostPath:
  11. path: "/mnt/Externo/calibre/calibre-library"
  12. ---
  13. apiVersion: v1
  14. kind: PersistentVolume
  15. metadata:
  16. name: calibre-data
  17. spec:
  18. capacity:
  19. storage: 5Gi
  20. accessModes:
  21. - ReadWriteOnce
  22. hostPath:
  23. path: "/mnt/Externo/calibre/calibre-data"