From 0a6825871117bd3acd5779b31a3a5f0e2e5c2a67 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Fri, 20 Sep 2024 13:45:21 +0100 Subject: [PATCH] staging: platform-nginx route PMs wiki to alpha mediawiki --- k8s/helmfile/env/staging/platform-nginx.nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/helmfile/env/staging/platform-nginx.nginx.conf b/k8s/helmfile/env/staging/platform-nginx.nginx.conf index dbf9c2e8..3f58d098 100644 --- a/k8s/helmfile/env/staging/platform-nginx.nginx.conf +++ b/k8s/helmfile/env/staging/platform-nginx.nginx.conf @@ -70,6 +70,11 @@ server { set $mwgroup "alpha"; } + # Allowoverriding the group decision for special wikis + if ($host = "anton2.wikibase.dev") { + set $mwgroup "alpha"; + } + ############# Locations ############# location = /kube-probe {