games/factorio: set default storage to waw-hdd-redundant-3

Change-Id: I1b8ecaf38d88f7403b07db7e95543a1a6f797fa7
changes/91/991/2
q3k 2021-06-13 21:04:54 +00:00 committed by q3k
parent b3799c80e8
commit 50a041d7af
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local kube = import "../../../kube/kube.libsonnet";
cfg:: {
namespace: error "namespace must be set",
appName: "factorio",
storageClassName: "waw-hdd-redundant-2",
storageClassName: "waw-hdd-redundant-3",
prefix: "", # if set, should be 'foo-'
proxyImage: error "proxyImage must be set",