Browse Source

Pongo a mano descuento y precio por litro antes de salvar

politica
Celestino Rey 1 year ago
parent
commit
32ebed292a
3 changed files with 5 additions and 3 deletions
  1. +3
    -1
      RepostajesDj/K8S/Makefile
  2. +1
    -1
      RepostajesDj/K8S/nginx-deployment.yaml
  3. +1
    -1
      RepostajesDj/K8S/vehiculos-deployment.yaml

+ 3
- 1
RepostajesDj/K8S/Makefile View File

@ -1,5 +1,7 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
export IMG_VERSION = 0.17
#export REGISTRY=registry.cube.local
export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.21
export IMG_NGINX_VERSION = 1.0
# limpia todo


+ 1
- 1
RepostajesDj/K8S/nginx-deployment.yaml View File

@ -24,7 +24,7 @@ spec:
io.kompose.service: nginx
spec:
containers:
- image: registry.reymota.es/nginx-vehiculos-$ARQUITECTURA:$IMG_NGINX_VERSION
- image: $REGISTRY/nginx-vehiculos-$ARQUITECTURA:$IMG_NGINX_VERSION
name: nginx
ports:
- containerPort: 80


+ 1
- 1
RepostajesDj/K8S/vehiculos-deployment.yaml View File

@ -37,7 +37,7 @@ spec:
- --bind
- 0.0.0.0:8000
name: vehiculos
image: registry.reymota.es/vehiculos-$ARQUITECTURA:$IMG_VERSION
image: $REGISTRY/vehiculos-$ARQUITECTURA:$IMG_VERSION
env:
- name: VERSION
value: "$IMG_VERSION"


Loading…
Cancel
Save