9.2.2 Scaling Up Using --set Argument

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