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