Replies: 1 comment
-
Did you get a solution to this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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