airbyte-platform
airbyte-platform copied to clipboard
The platform fundament of Airbyte powering all your ELT pipelines. Please file issues in https://github.com/airbytehq/airbyte
## What Allow exposing the Airbyte Server with an ingress, exactly like it is already possible with the Airbyte Api Server. This is merely an adapted duplicate of https://github.com/airbytehq/airbyte-platform/commit/73eaf48d73764fecaa2f91f6c4304a4a55122bc3 (also...
## What Hi ! I'd like to add `loadBalancerIP` to service spec to allow use cases such as Internal Load Balancers on Google Kubernetes Engine with static internal IP reserved...
## What - Fixes https://github.com/airbytehq/airbyte/issues/30509 - Adds resource requests and limits to the airbyte minio container ## How - Add optional resource requests and limits configs to main helm chart...
## What Avoid name resolution issues in docker compose and be consistent with other containers. ## Can this PR be safely reverted and rolled back? - [x] YES 💚 -...
## What Make links of kubernetes document valid ## How Replace old url with new url ## Recommended reading order 1. `x.kt` 2. `y.kt` ## Can this PR be safely...
## What Make the `targetPort` of the webapp service configurable as a Helm chart value. ## How This is achieved by adding `webapp.service.targetPort` as configurable value in values.yaml of the...
## What Fix for https://github.com/airbytehq/airbyte/issues/33068 But the problem is more complex. Logic in `io.airbyte.commons.workers.config.WorkerConfigsProvider` is opaque. The main strategy of resolving `KubeResourceConfig` is to fallback to the default for the...
## What To support non-root deployments on k8s NGINX has to be configured to work without root privileges. There is already an official docker image of NGINX in an unprivileged...
## What *This change enables flexibility to container ports in the deployment resource for the webapp and the connector-builder-server. This is one step further to support non-priviledged deployment.* ## How...
## What Add an option to configure the PVC size of PostgreSQL. By default it's 500Mi and it is not sufficient for production instances ## How Adding volume claim size...