Skip to content

Conversation

@martinopic
Copy link

@martinopic martinopic commented Mar 2, 2025

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 airbytehq/airbyte#55172)

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Tybot204 and others added 2 commits February 28, 2025 12:45
## What
<!--
* Describe what the change is solving.
* It helps to add screenshots if it affects the frontend.
-->

Issue: airbytehq/airbyte#54176

Current Helm `values.yml` documentation and defaults have old unused
values for `externalDatabase`, potentially leading to confusion when
setting up or upgrading Helm chart versions.

## How
<!--
* Describe how code changes achieve the solution.
-->

This removes `externalDatabase` from all defaults and documentation.
These values are not used anywhere in the project outside of the changes
files in this PR. Instead `global.database` should be used instead to
configure external PostgreSQL connections.

## Can this PR be safely reverted and rolled back?
<!--
* If you know that your be safely rolled back, check YES.*
* If that is not the case (e.g. a database migration), check NO.
* If unsure, leave it blank.*
-->
- [x] YES 💚
- [ ] NO ❌

Co-authored-by: perangel <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Mar 2, 2025

CLA assistant check
All committers have signed the CLA.

@marcosmarxm
Copy link
Contributor

@perangel can you take a look at this change

postgresqlDatabase: db-airbyte

storage:
volumeClaimValue: 500Mi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: Can we rename this to capacity?

@cgardens
Copy link
Contributor

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.

@cgardens cgardens closed this Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants