apiVersion: v1 data: DEBUG: "True" ENTORNO: "Producción" DJANGO_ALLOWED_HOSTS: "ranchermota.rancher.reymota.lab reymota.es vmcluster k8s-server localhost 127.0.0.1 [::1]" CSRF_TRUSTED_ORIGINS: "https://reymota.es http://vmcluster http://ranchermota.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: ranchermota