From 36bf688cbba605c6065fe6f678702daeedbb2054 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 24 Feb 2023 17:34:49 +0800 Subject: [PATCH] fix(sandstorm): fix duplicate NodePort Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ee447b94..4751c50a 100644 --- a/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml +++ b/kube/3-deploy/2-apps/insurgency-sandstorm/2-install.yaml @@ -135,7 +135,7 @@ spec: loadBalancerIP: "${APP_IP_SANDSTORM}" ports: - name: gametcp - nodePort: 27102 + nodePort: 27103 port: 27102 protocol: TCP targetPort: 27102 @@ -145,12 +145,12 @@ spec: protocol: UDP targetPort: 27102 - name: querytcp - nodePort: 27131 + nodePort: 27132 port: 27131 protocol: TCP targetPort: 27131 - name: queryudp - nodePort: 27132 + nodePort: 27131 port: 27131 protocol: UDP targetPort: 27131