|
|
@@ -43,11 +43,11 @@ después se hace un pull o push o lo que sea que te pida el usuario y password,
|
|
|
## PVC y paths
|
|
|
|
|
|
volumeMounts:
|
|
|
- - mountPath: /app/gestion_reservas/mediafiles
|
|
|
+ - mountPath: /app/mediafiles
|
|
|
name: jugaralpadel-media
|
|
|
- - mountPath: /app/gestion_reservas/eventos/migrations
|
|
|
+ - mountPath: /app/eventos/migrations
|
|
|
name: jugaralpadel-eventos-migrations
|
|
|
- - mountPath: /app/gestion_reservas/reymotausers/migrations
|
|
|
+ - mountPath: /app/reymotausers/migrations
|
|
|
name: jugaralpadel-reymotausers-migrations
|
|
|
- - mountPath: /app/gestion_reservas/staticfiles
|
|
|
+ - mountPath: /app/staticfiles
|
|
|
name: static-volume
|