hswaw/site: post-deploy changes

This deploys the changes in Id64cccadcd1e109035ed09f62086772fa615dd72
and I34163bbb62ba792d359a5f5e72de1024c0109eab .

Turns out the site actually serves at new.hackerspace.pl and is being
proxy-passed from boston-packets, as that for legacy reasons still has
to live at hackerspace.pl.

Change-Id: Ieaa3e8b6f9c4ced14db83c121e30c9cbaa416b00
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1700
Reviewed-by: radex <radex@hackerspace.pl>
diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet
index c72aa7f..7a0f69b 100644
--- a/cluster/kube/k0.libsonnet
+++ b/cluster/kube/k0.libsonnet
@@ -342,8 +342,7 @@
                         { namespace: "gitea-prod", dns: "gitea.hackerspace.pl" },
                         { namespace: "hswaw-prod", dns: "*.hackerspace.pl" },
                         { namespace: "hswaw-prod", dns: "*.hswaw.net" },
-                        { namespace: "site", dns: "hackerspace.pl" },
-                        { namespace: "site", dns: "www.hackerspace.pl" },
+                        { namespace: "site", dns: "new.hackerspace.pl" },
                         { namespace: "internet", dns: "internet.hackerspace.pl" },
                         { namespace: "matrix", dns: "matrix.hackerspace.pl" },
                         { namespace: "onlyoffice-prod", dns: "office.hackerspace.pl" },
diff --git a/hswaw/site/prod.jsonnet b/hswaw/site/prod.jsonnet
index 29e974d..4d299a2 100644
--- a/hswaw/site/prod.jsonnet
+++ b/hswaw/site/prod.jsonnet
@@ -8,8 +8,7 @@
         name: 'site',
         namespace: 'site',
         domains: [
-            'hackerspace.pl',
-            'www.hackerspace.pl',
+            'new.hackerspace.pl',
         ],
         image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:ba8b5ca2aab81edd7a1f5bcc1e75253d7573e199463e7e56aaf18ad4380d681b',
     },