Changing the multiplexed plugin limit

You can optimize resource utilization and adjust pod capacity by updating the values.yaml file to change the maximum number of integrations of the same plugin type and version that can share a single pod.

Before you begin

  • You must have access to the values.yaml file for Velocity.
  • You must have permission to modify the installation configuration and redeploy or upgrade the installation after you make the change.

About this task

The multiplexedPluginLimit configuration specifies the maximum number of integrations of the same plugin type and version that can share a pod. You can configure this value before you install or upgrade your Velocity.

Procedure

  1. Open the values.yaml file for your Velocity installation.
  2. Locate the multiplexedPluginLimit configuration.
  3. Set multiplexedPluginLimit to the maximum number of integrations that you want to run in the same pod.

    For example, to allow up to 200 integrations of the same plugin type and version to share a pod, specify:

    multiplexedPluginLimit: "200"
  4. Save the values.yaml file.
  5. Install or upgrade your Velocity using the updated values.yaml file.

    If your installation is already deployed, redeploy or upgrade the installation to apply the updated configuration.

Results

You have configured the number of integrations of the same plugin type and version can share a pod.