Files
webapp/chart/templates/config.yaml
Gabriel Radureau 23c38fc813
All checks were successful
Docker Build / build-and-push-image (push) Successful in 4m25s
allow both duckdns.org and .fr domains
2025-12-18 10:58:08 +01:00

10 lines
428 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "webapp.name" . }}-config
namespace: {{ .Release.Namespace }}
data:
OAUTH_ALLOWED_HOSTS: webapp.arcodange.duckdns.org,webapp.arcodange.fr
# OAUTH_DEVICE_CODE_ALLOWED_IPS: 86.238.234.54,
DATABASE_URL: postgres://pgbouncer_auth:pgbouncer_auth@pgbouncer.tools/postgres?sslmode=disable
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable