The sidecar deployment is composed of a single container, which can have resource requirements and limits attached to it.
To set the default resources for the sidecar container, add the following lines
to your values.yaml
file.
resources:
limits:
cpu: 2
memory: 8096Mi
requests:
cpu: 1
memory: 4096Mi
NOTE: The above are the recommended settings for the sidecar. We advise that you adjust the limits based on your workload and the available resources.