1
0
Fork 0

personal/implr: vpn.curs: add anthracite

Change-Id: I5403b89b38e9c1706d8da1ba61085fb5cc0833d3
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1247
master
implr 2021-12-28 22:11:11 +01:00 committed by implr
parent e7c8509d48
commit 523df5c235
2 changed files with 2 additions and 1 deletions

View File

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

View File

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