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: "0"
|
|
|
DJANGO_ALLOWED_HOSTS: "vehiculos.reymota.es k8s-server localhost 127.0.0.1 [::1]"
|
|
|
CSRF_TRUSTED_ORIGINS: "https://vehiculos.reymota.es"
|
|
|
SECRET_KEY: change_me
|
|
|
SQL_DATABASE: vehiculos
|
|
|
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: vehiculos
|