소스 검색

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