Management of server features

After you install the server software, you can manage certain features based on your requirements.

During the installation of the server software, if you did not use any Helm parameters, you can still use those parameters even after installation is complete.

You can use the helm upgrade command to enable or disable server features after the installation of Rational® Test Automation Server is complete.

For example, if you want to enable the Egress policy that restricts traffic to private IP addresses by retaining the values of other parameters that you used during the installation, you can run the following command after the installation is complete:
helm upgrade {my-rtas} -n {namespace} ./ibm-rtas-prod \
--reuse-values \
--set networkPolicy.egress.enabled=true
Note: You must substitute {my-rtas} and {namespace} with the name of the release and namespace that you provided during the installation of the server software.

Similarly, you can use the other additional Helm parameters to enable or disable features based on your requirements. See Additional Helm parameters.