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 # limpia todo
all: imagen clean install all: imagen clean install


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

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


Loading…
Cancel
Save