21 lines
565 B
Plaintext
21 lines
565 B
Plaintext
|
apiVersion: v1
|
||
|
data:
|
||
|
POSTGRES_DB: {{ postgres_db }}
|
||
|
POSTGRES_PASSWORD: {{ postgres_password }}
|
||
|
POSTGRES_PORT: "{{ postgres_port }}"
|
||
|
POSTGRES_URL: {{ postgres_url }}
|
||
|
POSTGRES_USER: {{ postgres_user }}
|
||
|
REDIS_PORT: "{{ redis_port }}"
|
||
|
REDIS_URL: {{ redis_url }}
|
||
|
MAILER_FROM: {{ mailer_from }}
|
||
|
MAILER_HOST: {{ mailer_host }}
|
||
|
MAILER_PORT: "{{ mailer_port }}"
|
||
|
MAILER_USERNAME: {{ mailer_username }}
|
||
|
MAILER_PASSWORD: {{ mailer_password }}
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
io.kompose.service: backend-env
|
||
|
name: env
|