Standard values for requests and limits for Airbyte in Kubernetes

Summary

Inquiring about standard values for resource requests and limits for Airbyte in a Kubernetes environment.


Question

Hi community. Does anyone have standard values ​​for requests and limits for Airbyte in Kubernetes?



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

["standard-values", "requests-limits", "airbyte", "kubernetes"]

This is what we use. Formatting is not exactly right

    resources:
      requests:
        cpu: "250m"
        memory: "1Gi"
      limits:
        cpu: "1"
        memory: "2Gi"
global:
  jobs:
    resources:
      requests:
        cpu: "250m"
        memory: "1Gi"
      limits:
        cpu: "1"
        memory: "2Gi"
server:
    resources:
      requests:
        cpu: "250m"
        memory: "1Gi"
      limits:
        cpu: "1"
        memory: "2Gi"```

And for some jobs we set different requests and limits through the database