From 19f74ddbffc724e501e4d4ada7576983a0f17ed9 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 2 Oct 2024 08:58:16 +0200 Subject: [PATCH] Corrigo path a staticfiles --- JugarAlPadel/K8S/nginx-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JugarAlPadel/K8S/nginx-deployment.yaml b/JugarAlPadel/K8S/nginx-deployment.yaml index 9df7e7b..b8fc43b 100644 --- a/JugarAlPadel/K8S/nginx-deployment.yaml +++ b/JugarAlPadel/K8S/nginx-deployment.yaml @@ -30,9 +30,9 @@ spec: - containerPort: 80 protocol: TCP volumeMounts: - - mountPath: /app/jugaralpadel/staticfiles + - mountPath: /app/gestion_reservas/staticfiles name: static-volume - - mountPath: /app/jugaralpadel/mediafiles + - mountPath: /app/gestion_reservas/mediafiles name: jugaralpadel-media imagePullSecrets: - name: myregistrykey