Browse Source

Pequeño cambio de prueba

politica
Celestino Rey 1 year ago
parent
commit
a1238d315f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      JugarAlPadel/K8S/Makefile

+ 1
- 0
JugarAlPadel/K8S/Makefile View File

@ -1,6 +1,7 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=localhost:5000 #export REGISTRY=localhost:5000
export REGISTRY=registry.reymota.es export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.17 export IMG_VERSION = 0.17
export IMG_NGINX_VERSION = 2.3 export IMG_NGINX_VERSION = 2.3


Loading…
Cancel
Save