From f8813c2ea7875aa0b21af2b7eb305a02e3902516 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 2 Oct 2024 08:02:48 +0200 Subject: [PATCH] Cambios en ngins.conf --- JugarAlPadel/K8S/Makefile | 2 +- JugarAlPadel/nginx/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JugarAlPadel/K8S/Makefile b/JugarAlPadel/K8S/Makefile index 31de7ac..edcab7b 100644 --- a/JugarAlPadel/K8S/Makefile +++ b/JugarAlPadel/K8S/Makefile @@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=registry.cube.local export REGISTRY=registry.reymota.es export IMG_VERSION = 0.03 -export IMG_NGINX_VERSION = 2.0 +export IMG_NGINX_VERSION = 2.1 # limpia todo all: imagen clean install diff --git a/JugarAlPadel/nginx/nginx.conf b/JugarAlPadel/nginx/nginx.conf index b3440ce..49d14db 100644 --- a/JugarAlPadel/nginx/nginx.conf +++ b/JugarAlPadel/nginx/nginx.conf @@ -1,4 +1,4 @@ -upstream reymota { +upstream jugaralpadel { server jugaralpadel:8000; }