Browse Source

Cambios en ngins.conf

politica
Celestino Rey 1 year ago
parent
commit
f8813c2ea7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      JugarAlPadel/K8S/Makefile
  2. +1
    -1
      JugarAlPadel/nginx/nginx.conf

+ 1
- 1
JugarAlPadel/K8S/Makefile View File

@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=registry.cube.local #export REGISTRY=registry.cube.local
export REGISTRY=registry.reymota.es export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.03 export IMG_VERSION = 0.03
export IMG_NGINX_VERSION = 2.0
export IMG_NGINX_VERSION = 2.1
# limpia todo # limpia todo
all: imagen clean install all: imagen clean install


+ 1
- 1
JugarAlPadel/nginx/nginx.conf View File

@ -1,4 +1,4 @@
upstream reymota {
upstream jugaralpadel {
server jugaralpadel:8000; server jugaralpadel:8000;
} }


Loading…
Cancel
Save