dgkanatsios / azuregameserversscalingkubernetes

Scaling Dedicated Game Servers on Azure Kubernetes Service
MIT License
39 stars 16 forks source link

Don't create hostPort if not needed #50

Closed dgkanatsios closed 6 years ago

dgkanatsios commented 6 years ago

Right now the project creates hostPort (and thus, opens traffic to the Internet) for all ports in all containers. We should come up with a way so that each DedicatedGameServer selects which containers' ports will have hostPorts created. Probably we need to declare this in the DedicatedGameServer YAML.