9.4 Scaling the Node Manually

Perform the following steps to scale the nodes:

  1. Open the SecureLogin-Server-x.x.x.x\values.yaml file and specify the number of nodes required in replicaCount.

  2. Save the file.

  3. 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