pv-local-reymota.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: reymota-media-folder
  5. namespace: reymota
  6. labels:
  7. app: reymota
  8. spec:
  9. capacity:
  10. storage: 100Mi
  11. accessModes:
  12. - ReadWriteOnce
  13. hostPath:
  14. path: "/mnt/Externo/reymota/media"
  15. ---
  16. apiVersion: v1
  17. kind: PersistentVolume
  18. metadata:
  19. name: reymota-lyrics-migrations-folder
  20. namespace: reymota
  21. labels:
  22. app: reymota
  23. spec:
  24. capacity:
  25. storage: 50Mi
  26. accessModes:
  27. - ReadWriteOnce
  28. hostPath:
  29. path: "/mnt/Externo/reymota/migrations/lyrics"
  30. ---
  31. apiVersion: v1
  32. kind: PersistentVolume
  33. metadata:
  34. name: reymota-repostajes-migrations-folder
  35. namespace: reymota
  36. labels:
  37. app: reymota
  38. spec:
  39. capacity:
  40. storage: 52Mi
  41. accessModes:
  42. - ReadWriteOnce
  43. hostPath:
  44. path: "/mnt/Externo/reymota/migrations/repostajes"
  45. ---
  46. apiVersion: v1
  47. kind: PersistentVolume
  48. metadata:
  49. name: reymota-reymotausers-migrations-folder
  50. namespace: reymota
  51. labels:
  52. app: reymota
  53. spec:
  54. capacity:
  55. storage: 53Mi
  56. accessModes:
  57. - ReadWriteOnce
  58. hostPath:
  59. path: "/mnt/Externo/reymota/migrations/reymotausers"
  60. ---
  61. apiVersion: v1
  62. kind: PersistentVolume
  63. metadata:
  64. name: reymota-static-folder
  65. namespace: reymota
  66. labels:
  67. app: reymota
  68. spec:
  69. capacity:
  70. storage: 70Mi
  71. accessModes:
  72. - ReadWriteOnce
  73. hostPath:
  74. path: "/mnt/Externo/reymota/static"
  75. ---
  76. apiVersion: v1
  77. kind: PersistentVolume
  78. metadata:
  79. name: reymota-pg-folder
  80. namespace: reymota
  81. labels:
  82. app: reymota
  83. spec:
  84. capacity:
  85. storage: 200Mi
  86. accessModes:
  87. - ReadWriteOnce
  88. hostPath:
  89. path: "/mnt/Externo/reymota/pg"