9.3.1 Scaling Down Using a YAML File
- Navigate to the
$WORKDIR/kubernetes/helmdirectory:cd $WORKDIR/kubernetes/helm - Create an
oud-scaledown-override.yamlfile and set thereplicaCount:replicaCount: 3 - Run the following command to scale down the OUD
pods:
For example:helm upgrade --namespace <namespace> \ --values oud-scaledown-override.yaml \ <release_name> oud-ds-rs --reuse-valueshelm upgrade --namespace oudns \ --values oud-scaledown-override.yaml \ oud-ds-rs oud-ds-rs --reuse-values