From 37da8ff745b92938fed97e513435a9c792acea4a Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 1 Aug 2024 11:20:16 +0200 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20k8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LibrosPy/K8S/Makefile | 2 +- LibrosPy/K8S/libros-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LibrosPy/K8S/Makefile b/LibrosPy/K8S/Makefile index 908a23a..7181609 100644 --- a/LibrosPy/K8S/Makefile +++ b/LibrosPy/K8S/Makefile @@ -1,4 +1,4 @@ -export IMG_VERSION = 1.1 +export IMG_VERSION = 1.0 # limpia todo all: imagen clean install diff --git a/LibrosPy/K8S/libros-deployment.yaml b/LibrosPy/K8S/libros-deployment.yaml index 37469d6..e95788f 100644 --- a/LibrosPy/K8S/libros-deployment.yaml +++ b/LibrosPy/K8S/libros-deployment.yaml @@ -7,7 +7,7 @@ spec: ports: - name: http port: 5000 - nodePort: 30340 + nodePort: 30341 targetPort: librospy selector: app: librospy