11 lines
384 B
YAML
11 lines
384 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: ConfigMap
|
||
|
|
metadata:
|
||
|
|
name: shower-app-config
|
||
|
|
namespace: shower
|
||
|
|
data:
|
||
|
|
DJANGO_DEBUG: "0"
|
||
|
|
# Admin lives behind the tailnet; the public proxy blocks /admin/ except
|
||
|
|
# /admin/login/ and /admin/logout/. /host/'s "Django admin" link follows
|
||
|
|
# this var so admin CRUD only happens on the tailnet hostname.
|
||
|
|
DJANGO_ADMIN_URL: "https://shower.ops.eblu.me/admin/"
|