1
0
Fork 0

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>
master
q3k 2023-10-09 23:41:15 +00:00 committed by radex
parent 43b6db895d
commit 63ce423ebb
2 changed files with 2 additions and 4 deletions

View File

@ -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" },

View File

@ -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',
},