airbyte-platform
airbyte-platform copied to clipboard
Resolve airbytehq/airbyte#55172
What
Make the size of the volume claimed by the internal postgresql database configurabile in the helm chart.
How
Add a storage configuration to postgresql section in values.yaml, similar to what happens to minio.
postgresql:
...
storage:
volumeClaimValue: 500Mi
I also suggest to raise the default value to 5Gi to have compatibility with most infrastructures (see https://github.com/airbytehq/airbyte/issues/55172)
Can this PR be safely reverted and rolled back?
- [x] YES 💚
- [ ] NO ❌
@perangel can you take a look at this change
Hi, we've decided to stop accepting PRs in this repo, so we can focus on supporting our connector contributors. I'm going to close this issue. We appreciate your work here. Please feel free to post an issue in https://github.com/airbytehq/airbyte.