9.3.1 Scaling Down Using a YAML File
- Navigate to the
$WORKDIR/kubernetes/helm
directory:cd $WORKDIR/kubernetes/helm
- Create an
oud-scaledown-override.yaml
file 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-values
helm upgrade --namespace oudns \ --values oud-scaledown-override.yaml \ oud-ds-rs oud-ds-rs --reuse-values