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

Quito src de la ruta a static y migrations

Celestino Rey преди 10 месеца
родител
ревизия
0a305e8899
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      K8S/finanzas-deployment.yaml

+ 4 - 4
K8S/finanzas-deployment.yaml

@@ -74,14 +74,14 @@ spec:
         - containerPort: 8000
           protocol: TCP
         volumeMounts:
-        - mountPath: /app/src/mediafiles
+        - mountPath: /app/mediafiles
           name: finanzas-media
-        - mountPath: /app/src/finanzas/migrations
+        - mountPath: /app/finanzas/migrations
           name: finanzas-finanzas-migrations
-        - mountPath: /app/src/reymotausers/migrations
+        - mountPath: /app/reymotausers/migrations
           name: finanzas-reymotausers-migrations
 
-        - mountPath: /app/src/staticfiles
+        - mountPath: /app/staticfiles
           name: static-volume
       imagePullSecrets:
       - name: myregistrykey