This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Incluyo el dominio reymota.es como host permitido
politica
Celestino Rey
1 year ago
parent
7b9144890f
commit
5d0dc363e2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Libros/K8S/Makefile
+1
-1
Libros/K8S/env-prod-configmap.yaml
+ 1
- 1
Libros/K8S/Makefile
View File
@ -1,5 +1,5 @@
export
ARQUITECTURA
:=
$(
shell lscpu
|
grep itectur
|
tr -d
' '
|
cut -f2 -d
':'
)
export
IMG_VERSION
=
1.2
0
export
IMG_VERSION
=
1.2
1
export
IMG_NGINX_VERSION
=
1.17
# limpia todo
+ 1
- 1
Libros/K8S/env-prod-configmap.yaml
View File
@ -1,7 +1,7 @@
apiVersion
:
v1
data:
DEBUG
:
"0"
DJANGO_ALLOWED_HOSTS
:
k8s-server localhost 127.0.0.1 [::1]
DJANGO_ALLOWED_HOSTS
:
libros.reymota.es
k8s-server localhost 127.0.0.1 [::1]
SECRET_KEY
:
change_me
kind
:
ConfigMap
metadata:
Write
Preview
Loading…
Cancel
Save