The Cplex Studio workers chart

This chart deploys two workers :

  • cplex-cpo-worker : capable of running CPLEX or CPO optimization tasks
  • opl-worker : capable of running OPL optimization tasks

Configuration

You can choose to enable or disable the workers separately from your values.yaml file :

workers:
  cplex-cpo:
    enabled: true
  opl:
    enabled: false

Deployment

First installation

Use the command:

helm install dbos-cplexstudio-workers ./dbos-cplexstudio-workers -f values.yaml

Or

helm install dbos-cplexstudio-workers decisionbrain/dbos-cplexstudio-workers --version 3.2.2 -f values.yaml

If you added the DecisionBrain Helm registry

Update

Use the command:

helm upgrade dbos-cplexstudio-workers ./dbos-cplexstudio-workers -f values.yaml

Or

helm upgrade dbos-cplexstudio-workers decisionbrain/dbos-cplexstudio-workers --version 3.2.2 -f values.yaml

If you added the DecisionBrain Helm registry