Perform the following steps to scale the nodes:
Open the SecureLogin-Server-x.x.x.x\values.yaml file and specify the number of nodes required in replicaCount.
Save the file.
Perform a helm install or upgrade using the following command:
To install:
helm install <name-of-the-release> <name-of-the-helm-chart> -n <name-of-the-namespace>
For example, helm install slserver001 SecureLogin-Server-x.x.x.x -n nsl-namespace
To upgrade:
helm upgrade <release-name> <name-of-the-helm-chart> -n <name-of-the-namespace>
For example, helm upgrade slserver SecureLogin-Server-x.x.x.x -n my-ingress