- update: network type for both api and packet service to be LoadBalancer instead of being the defaul ClusterIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user