forked from hswaw/hscloud
games/factorio: default proxyImage to version in proxy.libsonnet
Change-Id: Ic4c793311bc6ac6e3194a7b1464bb21d4ad7d1bd
This commit is contained in:
parent
f07d5c39aa
commit
c6cc561212
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# Factorio on Kubernetes.
|
||||
|
||||
local kube = import "../../../kube/kube.libsonnet";
|
||||
local proxy = import "proxy.libsonnet";
|
||||
|
||||
{
|
||||
local factorio = self,
|
||||
|
@ -11,7 +12,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
appName: "factorio",
|
||||
storageClassName: "waw-hdd-redundant-3",
|
||||
prefix: "", # if set, should be 'foo-'
|
||||
proxyImage: error "proxyImage must be set",
|
||||
proxyImage: proxy.cfg.image,
|
||||
|
||||
rconPort: 2137,
|
||||
rconPassword: "farts",
|
||||
|
|
Loading…
Reference in a new issue