Просмотр исходного кода

Muevo mediatices y static a /app

creylopez 9 месяцев назад
Родитель
Сommit
685699b2a3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      K8S/jugaralpadel-deployment.yaml

+ 2 - 2
K8S/jugaralpadel-deployment.yaml

@@ -93,7 +93,7 @@ spec:
         - containerPort: 8000
           protocol: TCP
         volumeMounts:
-        - mountPath: /app/gestion_reservas/mediafiles
+        - mountPath: /app/mediafiles
           name: jugaralpadel-media
 
         - mountPath: /app/eventos/migrations
@@ -105,7 +105,7 @@ spec:
         - mountPath: /app/reymotausers/migrations
           name: jugaralpadel-reymotausers-migrations
 
-        - mountPath: /app/gestion_reservas/staticfiles
+        - mountPath: /app/staticfiles
           name: static-volume
       imagePullSecrets:
       - name: myregistrykey