Customizing CPU and Memory Requests for Airbyte Connector in Kubernetes

Summary

How to override/customize CPU and memory requests for Airbyte connector in Kubernetes for both check pod and read/write connectors.


Question

Hi, does anybody knows how to override/customize the cpu and memory requests for airbyte connector in kubernetes? Not just the check pod, but also the read/write connectors.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["customize", "cpu-memory-requests", "airbyte-connector", "kubernetes"]

I’m also looking for the same

Are you deploying via Helm? If so, you’ll want to edit a copy of the values.yaml provided with the charts and customize the resources.

The ones you’ll care about in particular are the ones for the worker pod and the jobs, but you’ll see the resources: key under each of the different pod specs