forked from hswaw/hscloud
personal/implr: vpn.curs: add anthracite
Change-Id: I5403b89b38e9c1706d8da1ba61085fb5cc0833d3 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1247
This commit is contained in:
parent
e7c8509d48
commit
523df5c235
2 changed files with 2 additions and 1 deletions
|
@ -55,5 +55,6 @@ local vpn = import "vpn.libsonnet";
|
|||
desk1: vpn.Client("desk1", top.servers.praisethesun),
|
||||
desk2: vpn.Client("desk2", top.servers.curssys),
|
||||
thonk: vpn.Client("thonk", top.servers.curssys),
|
||||
anthracite: vpn.Client("anthracite", top.servers.curssys),
|
||||
}
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
namespace: error "namespace must be set",
|
||||
storageClassName: "waw-hdd-redundant-3",
|
||||
|
||||
image: "nixery.dev/shell/openvpn",
|
||||
image: "nixery.dev/shell/openvpn/inetutils/iproute2/netcat-openbsd/tcpdump",
|
||||
configFile: error "configFile must be set",
|
||||
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue