forked from hswaw/hscloud
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:
parent
4768e2ff32
commit
56df80cf24
2 changed files with 2 additions and 3 deletions
|
@ -43,5 +43,5 @@ container_push(
|
|||
image = ":latest",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1695421189-{STABLE_GIT_COMMIT}",
|
||||
tag = "1698514351-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
domains: [
|
||||
'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),
|
||||
|
@ -25,7 +25,6 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
image: cfg.image,
|
||||
command: [
|
||||
"/hswaw/site/site",
|
||||
"-hspki_disable",
|
||||
"-logtostderr",
|
||||
],
|
||||
resources: {
|
||||
|
|
Loading…
Reference in a new issue