- update: network type for both api and packet service to be LoadBalancer instead of being the defaul ClusterIP

This commit is contained in:
2025-03-18 12:46:37 -04:00
parent 3c6d74405f
commit 03cef8e526

View File

@@ -21,6 +21,7 @@ services:
SERVICE_PORT: 8080
tcp:
enabled: true
type: LoadBalancer
portName: api-service
port: 8080
targetPort: 8080
@@ -84,6 +85,7 @@ services:
SERVICE_PORT: 29000
tcp:
enabled: true
type: LoadBalancer
portName: game-packet-service
port: 29000
targetPort: 29000