From acefb816c2f45138f5ba0ca8c5c5471150b41ede Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 27 Aug 2024 16:25:31 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20veh=C3=ADculos=20y=20repostajes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RepostajesDj/K8S/Makefile | 2 +- RepostajesDj/K8S/vehiculos-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RepostajesDj/K8S/Makefile b/RepostajesDj/K8S/Makefile index ffb83fc..1d354a7 100644 --- a/RepostajesDj/K8S/Makefile +++ b/RepostajesDj/K8S/Makefile @@ -1,5 +1,5 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') -export IMG_VERSION = 0.9 +export IMG_VERSION = 0.16 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/RepostajesDj/K8S/vehiculos-deployment.yaml b/RepostajesDj/K8S/vehiculos-deployment.yaml index 5d1c025..d6bb91b 100644 --- a/RepostajesDj/K8S/vehiculos-deployment.yaml +++ b/RepostajesDj/K8S/vehiculos-deployment.yaml @@ -104,7 +104,7 @@ spec: volumeMounts: - mountPath: /app/vehiculos/mediafiles name: vehiculos-media - - mountPath: /app/repostajes/migrations + - mountPath: /app/vehiculos/repostajes/migrations name: vehiculos-migrations - mountPath: /app/vehiculos/staticfiles name: static-volume