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.
 
 
 
 
 

17 lines
376 B

apiVersion: v1
data:
DATABASE: postgres
DEBUG: "1"
DJANGO_ALLOWED_HOSTS: localhost 127.0.0.1 [::1]
SECRET_KEY: foo
SQL_DATABASE: hello_django_dev
SQL_ENGINE: django.db.backends.postgresql
SQL_HOST: db
SQL_PASSWORD: hello_django
SQL_PORT: "5432"
SQL_USER: hello_django
kind: ConfigMap
metadata:
labels:
io.kompose.service: web-env-dev
name: env-dev