From f09658728ee248a38178ea0a75f46202eac1e126 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 17:37:08 +0800 Subject: [PATCH] fix(sandstorm): explicitly disable HR svc Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml index 4751c50a..cfe45067 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -24,8 +24,10 @@ spec: value: "1" nameservers: - "${IP_HOME_DNS}" - # service: - # main: + service: + main: + enabled: false + primary: false # type: LoadBalancer # externalTrafficPolicy: Local # loadBalancerIP: "${APP_IP_SANDSTORM}"