10 lines
405 B
YAML
10 lines
405 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "webapp.name" . }}-config
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
OAUTH_ALLOWED_HOST: webapp.arcodange.duckdns.org
|
|
OAUTH_DEVICE_CODE_ALLOWED_IPS: 90.16.102.250,
|
|
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
|
|
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable |