googleforgames / global-multiplayer-demo

This multiplayer demo is a cloud first implementation of a global scale, realtime multiplayer game utilising dedicated game servers, utilising both Google Cloud's products and open source gaming solutions.
Apache License 2.0
117 stars 16 forks source link

Agones: Use Helm agones.allocator.label #215

Closed markmandel closed 1 year ago

markmandel commented 1 year ago

This removes the use of Kustomize patch to implement the appropriate labels for ASM, and instead use the Helm configuration options that are available in the latest versions of Agones.

Closes #173