Browse Source

Pequeño cambio para ver qué pasa con fleet

main
Celestino Rey 6 months ago
parent
commit
55318ac254
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      JugarAlPadel/Fleet/70-jugaralpadel-deployment.yaml
  2. +1
    -1
      JugarAlPadel/K8S/Makefile
  3. +1
    -1
      JugarAlPadel/gestion_reservas/templates/ayuda.html

+ 2
- 2
JugarAlPadel/Fleet/70-jugaralpadel-deployment.yaml View File

@ -37,10 +37,10 @@ spec:
- --bind
- 0.0.0.0:8000
name: jugaralpadel
image: registry.reymota.es/jugaralpadel-x86_64:0.70.37
image: registry.reymota.es/jugaralpadel-x86_64:0.70.38
env:
- name: IMG_VERSION
value: "0.70.37"
value: "0.70.38"
- name: DEBUG
valueFrom:
configMapKeyRef:


+ 1
- 1
JugarAlPadel/K8S/Makefile View File

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


+ 1
- 1
JugarAlPadel/gestion_reservas/templates/ayuda.html View File

@ -34,7 +34,7 @@
}
</style>
<h1>Centro de Ayuda</h1>
<h1>Centro de ayuda</h1>
{% for code, nombre in apartados %}
<div class="apartado">


Loading…
Cancel
Save