-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Milestone
Description
What
It's typical for most k8 demos to use an in-memory database by default. I think our default should just install the Crunchy Postgres Operator. Then folks have high-available k8s alternative already set up to go
AC
- refactor
dbto just be a fixture loader for tests and examples - make fixture loader and all services mount and pick up PGO created secrets
- how does using PGO dependencies affect publish eoapi as helm chart?
- write documentation
- pgo keeps us from having multiple deploys in the same namespace so rewrite ci/cd to use new namespaces per release and delete the namespace (ensuring everything in it is destroyed) on teardown
- the
tipgfixture data is in the DB and the user has all the proper grants but we still cannot see the data (this seems to be b/c the/refreshlogic of the background thread is not working as expected) - file crunchydata issue on deps not being removed during
helm uninstall eoapi - file crunchydata issue on not having an OCI repo for the postgrescluster chart
- write more docs around
/eoapi/charts/[pgo | postgrescluser]