|
|
@@ -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
|