فهرست منبع

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
         - containerPort: 8000
           protocol: TCP
           protocol: TCP
         volumeMounts:
         volumeMounts:
-        - mountPath: /app/src/mediafiles
+        - mountPath: /app/mediafiles
           name: finanzas-media
           name: finanzas-media
-        - mountPath: /app/src/finanzas/migrations
+        - mountPath: /app/finanzas/migrations
           name: finanzas-finanzas-migrations
           name: finanzas-finanzas-migrations
-        - mountPath: /app/src/reymotausers/migrations
+        - mountPath: /app/reymotausers/migrations
           name: finanzas-reymotausers-migrations
           name: finanzas-reymotausers-migrations
 
 
-        - mountPath: /app/src/staticfiles
+        - mountPath: /app/staticfiles
           name: static-volume
           name: static-volume
       imagePullSecrets:
       imagePullSecrets:
       - name: myregistrykey
       - name: myregistrykey