diff options
author | 2024-08-19 17:21:36 +0100 | |
---|---|---|
committer | 2024-08-19 17:21:36 +0100 | |
commit | fd5f57b512927c6965d567819cee47161aeb84ba (patch) | |
tree | c561ead8e80a1f5023b307e1d0050daaa8fb169e /kubernetes | |
parent | include the jitsi deployment in the playbook (diff) |
Add CORS config for Thallium
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/namespaces/merch/configmap.yaml | 7 |
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" |