You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'd like to have multiple databases within the same cluster, but with a distinct declarative configuration for each database. Is this possible?
It seems that all databases for a given cluster are configured in the matching "postgresql" custom resource. But if I create a custom resource per database, I will end up with multiple clusters.
I have like 80 (optional) microservices with a database and having 80 distinct PostgreSQL clusters seems like an unnecessary overhead both in terms of resource usage and administrative complexity.
What is the recommended way to configure PostgreSQL and the operator in that case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'd like to have multiple databases within the same cluster, but with a distinct declarative configuration for each database. Is this possible?
It seems that all databases for a given cluster are configured in the matching "postgresql" custom resource. But if I create a custom resource per database, I will end up with multiple clusters.
I have like 80 (optional) microservices with a database and having 80 distinct PostgreSQL clusters seems like an unnecessary overhead both in terms of resource usage and administrative complexity.
What is the recommended way to configure PostgreSQL and the operator in that case?
Beta Was this translation helpful? Give feedback.
All reactions