Преглед на файлове

Añado información sobre PVCs

creylopez преди 1 година
родител
ревизия
122e5694b7
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -40,3 +40,14 @@ avoid credentials:
 
 después se hace un pull o push o lo que sea que te pida el usuario y password, los metes y ya la próxima no hace falta
 
+## PVC y paths
+
+        volumeMounts:
+        - mountPath: /app/gestion_reservas/mediafiles
+          name: jugaralpadel-media
+         - mountPath: /app/gestion_reservas/eventos/migrations
+          name: jugaralpadel-eventos-migrations
+        - mountPath: /app/gestion_reservas/reymotausers/migrations
+          name: jugaralpadel-reymotausers-migrations
+         - mountPath: /app/gestion_reservas/staticfiles
+          name: static-volume