-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
I actually like the idea to make the "included" postgresql more configurable, but I have some remarks on the implementation you did:
@aeciopires What do you think? How could we make that happen? |
It's great to see that the helm chart is getting better. From my point of view it would be a good thing to give users of the helm chart the hint in the documentation that it is recommended to configure the parameters of postgresql to prevent bad performance. I configure the following things to run 200 items/sec setup (8GB requests/limit resources):
|
I have added commit d90e63d to the other pull request I was working on, as it affects/extends one setting that I had introduced within the same: ability of setting the max_connections. |
Hey guys! Thanks @scoopex for report issue and open this Pull Request with solution. I agree with the suggestion made by @sa-ChristianAnton in PR #54. This allows tuning of postgresql configuration desired by @scoopex and allows it to be applied to other Zabbix components that use postgresql and still leaves the helm chart code robust, but at least centralized and with low code repetition and configuration. Could @scoopex a good look at the PR and evaluate/test if what we are changing in version 3.0.0 meets your needs? If something is missing, could you give your opinion on what we can do or contribute with code in this PR. From what I've seen the changes made today, we're pretty close to doing the merge. I will be carrying out the tests this afternoon (Brazil time) and if everyone is in agreement and there are no changes to be made after the tests, I believe we can publish the new version this week. |
This PR will not merge. The problem was solved in PR #54 |
#54 looks good to me because i can define extra volumes/volumeMounts and i can configure a extra cofiguration file. |
Solves #58
What this PR does / why we need it:
Which issue this PR fixes
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]