From 6d89ceeaa89d1c8de4e203a8d76edf6add79bf70 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 16:59:16 +0800 Subject: [PATCH] fix(sandstorm): wrong protocol for same port Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d1682152..32691200 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -60,7 +60,7 @@ spec: primary: true port: 27131 targetPort: 27131 - protocol: UDP + protocol: TCP persistence: mods: enabled: true