9.2.2 Scaling Up Using --set Argument
- Run the following command to scale up the OUD
pods:
For example:helm upgrade --namespace <namespace> \ --set replicaCount=4 \ <release_name> oud-ds-rs --reuse-values
helm upgrade --namespace oudns \ --set replicaCount=4 \ oud-ds-rs oud-ds-rs --reuse-values