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