Closed azhelev closed 1 year ago
@lokey Can someone please take a look at this PR?
Will there be a problem if multiple workers share one Postgresql instance? as far as I know every worker has its own Postgresql.
Will there be a problem if multiple workers share one Postgresql instance? as far as I know every worker has its own Postgresql.
That's a good point. If a single db instance can handle multiple servers, why does the chart load a new postgres for every server instance.
@azhelev can you please check the comments in this PR
As shared by @psrikanth88, this PR has some unaddressed comments. And it would work with only one replica of statefulset. If there are multiple, it needs extra configuration support in our code to use different schema in same external postgres for each replica.
I don't use this anymore, i have no interest in completing this PR. If someone wants to take it up feel free.
Description of the change
Adds support for using external Postgresql server
Type of change
Related issues
Checklists
Development
Code review