Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add example resource limits for postgres configuration #81

Merged

Conversation

lgblaumeiser
Copy link
Contributor

WHAT

Previously the postgresql deployment in the helm charts does not state any resource constraints and relies on the constraints of the referred charts. Proposed solution is to add an example resource constraint.

WHY

During deployment in a test environment, it took a while to figure out, how the resource constraint have to be defined. By providing a commented example for setting the constraints, an adopter does not have to research for the right configuration but can simply uncomment or copy the proposal and adapt it accordingly.

FURTHER NOTES

n/a

Closes #80

@paullatzelsperger
Copy link
Contributor

I think the resource defs can't be commented out (TRG 5.04)

@lgblaumeiser lgblaumeiser force-pushed the chore/improve_chart branch from 8f2d8f7 to 1cc5ac7 Compare July 26, 2024 12:41
@lgblaumeiser lgblaumeiser changed the title Add example resource limits for postgres configuration chore: add example resource limits for postgres configuration Jul 26, 2024
@lgblaumeiser
Copy link
Contributor Author

Right, the TRG is quite explicit here, I'll add them as defaults

@lgblaumeiser lgblaumeiser force-pushed the chore/improve_chart branch from 1cc5ac7 to 7772418 Compare July 29, 2024 08:58
@lgblaumeiser lgblaumeiser force-pushed the chore/improve_chart branch from 7772418 to f0b4be6 Compare July 29, 2024 09:02
@lgblaumeiser
Copy link
Contributor Author

Hi @paullatzelsperger , should meet requirements from TRG 5.04 now.

@paullatzelsperger paullatzelsperger merged commit f486f7f into eclipse-tractusx:main Jul 30, 2024
26 checks passed
@lgblaumeiser lgblaumeiser deleted the chore/improve_chart branch January 14, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart values should provide example resource constraints for postgresql
2 participants