Forráskód Böngészése

Quito src de la ruta a static y migrations

Celestino Rey 10 hónapja
szülő
commit
0a305e8899
1 módosított fájl, 4 hozzáadás és 4 törlés
  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