This chart deploys two workers :
You can choose to enable or disable the workers separately from your values.yaml
file :
workers:
cplex-cpo:
enabled: true
opl:
enabled: false
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
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