aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/bitwarden/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/namespaces/default/bitwarden/configmap.yaml')
-rw-r--r--kubernetes/namespaces/default/bitwarden/configmap.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/bitwarden/configmap.yaml b/kubernetes/namespaces/default/bitwarden/configmap.yaml
new file mode 100644
index 0000000..c758f5d
--- /dev/null
+++ b/kubernetes/namespaces/default/bitwarden/configmap.yaml
@@ -0,0 +1,23 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: bitwarden-config-env
+data:
+ # Domain to access bitwarden by
+ DOMAIN: "https://bitwarden.pythondiscord.com"
+
+ # Password hint must be sent to an email when this is false.
+ # When it's true, it'll be shown right on the page.
+ SHOW_PASSWORD_HINT: "false"
+
+ # Admins only, please!
+ SIGNUPS_ALLOWED: "false"
+
+ # Used for LiveSync
+ WEBSOCKET_ENABLED: "true"
+
+ # Max conns to the DB
+ DATABASE_MAX_CONNS: "2"
+
+ # Force bitwarden to use postgres, rather than it's own volume
+ I_REALLY_WANT_VOLATILE_STORAGE: "true"