datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
21 stars 76 forks source link

Clean up gke deployment config and process #4274

Closed shifucun closed 1 month ago

shifucun commented 1 month ago

There are two gke yaml files for each env but the one-time setup one is mostly redundant. The region and number nodes can be later on updated and not accurately reflected here. store related fields are all constant too.

This PR moves ip and domain to the helm yaml file so there is one place to refer.

Also enforces the use of region in all the commands. In the future, when we would like to support zone, it's easier to add.

shifucun commented 1 month ago

thanks!