You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
apiVersion: v1
|
|
|
data:
|
|
|
DEBUG: "False"
|
|
|
ENTORNO: "Producción"
|
|
|
DJANGO_ALLOWED_HOSTS: "reymota.rancher.reymota.lab reymota.es vmcluster k8s-server localhost 127.0.0.1 [::1]"
|
|
|
CSRF_TRUSTED_ORIGINS: "https://reymota.es http://vmcluster http://reymota.rancher.reymota.lab/ http://localhost http://127.0.0.1"
|
|
|
SECRET_KEY: change_me
|
|
|
SQL_DATABASE: reymota
|
|
|
SQL_ENGINE: django.db.backends.postgresql
|
|
|
SQL_HOST: db
|
|
|
SQL_PASSWORD: Dsa-0213
|
|
|
SQL_PORT: "5432"
|
|
|
SQL_USER: creylopez
|
|
|
DATABASE: postgres
|
|
|
kind: ConfigMap
|
|
|
metadata:
|
|
|
labels:
|
|
|
io.kompose.service: web-env-prod
|
|
|
name: env-prod
|
|
|
namespace: reymota
|