hswaw/site: deploy

Remove spurious hspki_disable, now that mirko is ripped out.

Change-Id: I277869e58804cc79bee84334a7abc93c3593c82e
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1748
Reviewed-by: radex <radex@hackerspace.pl>
This commit is contained in:
q3k 2023-10-28 17:34:23 +00:00 committed by q3k
parent 4768e2ff32
commit 56df80cf24
2 changed files with 2 additions and 3 deletions

View file

@ -43,5 +43,5 @@ container_push(
image = ":latest", image = ":latest",
registry = "registry.k0.hswaw.net", registry = "registry.k0.hswaw.net",
repository = "q3k/hswaw-site", repository = "q3k/hswaw-site",
tag = "1695421189-{STABLE_GIT_COMMIT}", tag = "1698514351-{STABLE_GIT_COMMIT}",
) )

View file

@ -10,7 +10,7 @@ local kube = import "../../kube/kube.libsonnet";
domains: [ domains: [
'new.hackerspace.pl', 'new.hackerspace.pl',
], ],
image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:ba8b5ca2aab81edd7a1f5bcc1e75253d7573e199463e7e56aaf18ad4380d681b', image: 'registry.k0.hswaw.net/q3k/hswaw-site@sha256:02414c9e7e0751abe7a8ad3ef1b1ccc35f1f89edf67a6f0b396b7a1d0c178f2b',
}, },
ns: kube.Namespace(cfg.namespace), ns: kube.Namespace(cfg.namespace),
@ -25,7 +25,6 @@ local kube = import "../../kube/kube.libsonnet";
image: cfg.image, image: cfg.image,
command: [ command: [
"/hswaw/site/site", "/hswaw/site/site",
"-hspki_disable",
"-logtostderr", "-logtostderr",
], ],
resources: { resources: {