From 63ce423ebbd7afd4575fb02677e5e81c681b037d Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Mon, 9 Oct 2023 23:41:15 +0000 Subject: [PATCH] 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 --- cluster/kube/k0.libsonnet | 3 +-- hswaw/site/prod.jsonnet | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet index c72aa7fa..7a0f69b8 100644 --- a/cluster/kube/k0.libsonnet +++ b/cluster/kube/k0.libsonnet @@ -342,8 +342,7 @@ local rook = import "lib/rook.libsonnet"; { 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 29e974dc..4d299a2b 100644 --- a/hswaw/site/prod.jsonnet +++ b/hswaw/site/prod.jsonnet @@ -8,8 +8,7 @@ local kube = import "../../kube/kube.libsonnet"; name: 'site', namespace: 'site', domains: [ - 'hackerspace.pl', - 'www.hackerspace.pl', + 'new.hackerspace.pl', ], image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:ba8b5ca2aab81edd7a1f5bcc1e75253d7573e199463e7e56aaf18ad4380d681b', },