G-Research / yunikorn-history-server

A service to store and provide historical data for K8S clusters using the Yunikorn scheduler
Apache License 2.0
6 stars 10 forks source link

Use 'yhs' as default Postgres database instance name for YHS services #84

Open richscott opened 1 month ago

richscott commented 1 month ago

It's bad practice - very, very bad practice - to use the postgres db instance for a running service, unless you explicitly need to instantiate new db instances as part of run-time operations. The YHS service should use yhs or any other name that is not in the set (postgres, template0, template1) for its database.

dejanzele commented 1 month ago

I'd keep it simple for quickstart and localdev and use the defaults, but use more finer settings in remote envs