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

feat: add resources to airbyte-db-container #372

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

verbotenj
Copy link

@verbotenj verbotenj commented Nov 14, 2024

What

Adds support to configure resources and airbyte-db-container in airbyte-db Statefulset

How

Adds YAML configurations to set resource limits and customize the airbyte-db-container in the Airbyte DB StatefulSet.

Recommended reading order

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@CLAassistant
Copy link

CLAassistant commented Nov 14, 2024

CLA assistant check
All committers have signed the CLA.

verbotenj and others added 3 commits December 10, 2024 21:58
## 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]>
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.

4 participants