aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-19 17:21:36 +0100
committerGravatar Joe Banks <[email protected]>2024-08-19 17:21:36 +0100
commitfd5f57b512927c6965d567819cee47161aeb84ba (patch)
treec561ead8e80a1f5023b307e1d0050daaa8fb169e /kubernetes
parentinclude the jitsi deployment in the playbook (diff)
Add CORS config for Thallium
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/namespaces/merch/configmap.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/namespaces/merch/configmap.yaml b/kubernetes/namespaces/merch/configmap.yaml
new file mode 100644
index 0000000..0cc3b25
--- /dev/null
+++ b/kubernetes/namespaces/merch/configmap.yaml
@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: thallium-config-env
+ namespace: merch
+data:
+ BACKEND_CORS_ORIGINS: "https://merch.pydis.wtf,https://merch.owlcorp.uk"