瀏覽代碼

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