Browse Source

Actualización k8s

politica
Celestino Rey 1 year ago
parent
commit
37da8ff745
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      LibrosPy/K8S/Makefile
  2. +1
    -1
      LibrosPy/K8S/libros-deployment.yaml

+ 1
- 1
LibrosPy/K8S/Makefile View File

@ -1,4 +1,4 @@
export IMG_VERSION = 1.1
export IMG_VERSION = 1.0
# limpia todo
all: imagen clean install


+ 1
- 1
LibrosPy/K8S/libros-deployment.yaml View File

@ -7,7 +7,7 @@ spec:
ports:
- name: http
port: 5000
nodePort: 30340
nodePort: 30341
targetPort: librospy
selector:
app: librospy


Loading…
Cancel
Save