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
95 stars 14 forks source link

Agones Installation to Cloud Deploy Params #260

Closed markmandel closed 1 month ago

markmandel commented 1 month ago

This is the last piece of removing generating local files from the Terraform configuration to use with Cloud Deploy - everything has now been moved to Cloud Deploy Parameters!

This moves the installation of Agones' into each cluster to use a Cloud Deploy parameter set on each Cloud Deploy Target.

This also simplifies the Skaffold configuration to remove Kustomize from the yaml.

Closes #181