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
Reymota debug false
politica
Celestino Rey
1 year ago
parent
44735c0e24
commit
2176b66bf3
4 changed files
with
1284 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
JugarAlPadel/K8S/Makefile
+1
-1
JugarAlPadel/K8S/Makefile.local
+1281
-0
JugarAlPadel/K8S/jugaralpadel-0.20.sql
+1
-1
ReyMotaAppsDj/K8S/env-prod-configmap.yaml
+ 1
- 1
JugarAlPadel/K8S/Makefile
View File
@ -54,4 +54,4 @@ verimg:
docker run -it
${
REGISTRY
}
/jugaralpadel-
${
ARQUITECTURA
}
:
${
IMG_VERSION
}
bash
backup
:
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel
exec
-ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username
=
creylopez --dbname
=
jugaralpadel >
/tmp/
jugaralpadel-
$(
IMG_VERSION
)
.sql
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel
exec
-ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username
=
creylopez --dbname
=
jugaralpadel > jugaralpadel-
$(
IMG_VERSION
)
.sql
+ 1
- 1
JugarAlPadel/K8S/Makefile.local
View File
@ -54,5 +54,5 @@ verimg:
docker run -it
${
REGISTRY
}
/jugaralpadel-
${
ARQUITECTURA
}
:
${
IMG_VERSION
}
bash
backup
:
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel
exec
-ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username
=
creylopez --dbname
=
jugaralpadel >
/tmp/
jugaralpadel-
$(
IMG_VERSION
)
.sql
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel
exec
-ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username
=
creylopez --dbname
=
jugaralpadel > jugaralpadel-
$(
IMG_VERSION
)
.sql
+ 1281
- 0
JugarAlPadel/K8S/jugaralpadel-0.20.sql
File diff suppressed because it is too large
View File
+ 1
- 1
ReyMotaAppsDj/K8S/env-prod-configmap.yaml
View File
@ -1,6 +1,6 @@
apiVersion
:
v1
data:
DEBUG
:
"
Tru
e"
DEBUG
:
"
Fals
e"
DJANGO_ALLOWED_HOSTS
:
"reymota.es vmcluster k8s-server localhost 127.0.0.1 [::1]"
CSRF_TRUSTED_ORIGINS
:
"https://reymota.es http://vmcluster"
SECRET_KEY
:
change_me
Write
Preview
Loading…
Cancel
Save