From 27ee192bb7d4e43773f5219c644946c58dfdb083 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 31 Dec 2023 00:03:05 +0800 Subject: [PATCH] fix(sandstorm): cleanup & new nodes --- kube/deploy/apps/sandstorm/app/hr.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kube/deploy/apps/sandstorm/app/hr.yaml b/kube/deploy/apps/sandstorm/app/hr.yaml index f2158b16..301ee6da 100644 --- a/kube/deploy/apps/sandstorm/app/hr.yaml +++ b/kube/deploy/apps/sandstorm/app/hr.yaml @@ -28,13 +28,6 @@ spec: PORT: &port "27102" QUERYPORT: &query "27131" LAUNCH_SERVER_ENV: "-hostname=\"${CONFIG_SANDSTORM_NAME}\" -Log -Port=${CONFIG_SANDSTORM_PORT} -QueryPort=${CONFIG_SANDSTORM_QUERYPORT} -MapCycle=MapCycle -NoEAC -EnableCheats -Mods -mutators=${CONFIG_SANDSTORM_MUTATORS} -ModDownloadTravelTo=${CONFIG_SANDSTORM_INIT_MAP}?Scenario=Scenario_${CONFIG_SANDSTORM_INIT_MAP}_${CONFIG_SANDSTORM_INIT_SCENARIO}" - dnsPolicy: ClusterFirstWithHostNet - dnsConfig: - options: - - name: ndots - value: "1" - nameservers: - - "${IP_HOME_DNS}" probes: liveness: enabled: false