-
Notifications
You must be signed in to change notification settings - Fork 0
Helm Chart RMS
yogita edited this page May 23, 2022
·
7 revisions
The Helm chart installs TIBCO BusinessEvents application on a Kubernetes cluster using the Helm package manager. The same chart supports RMS TIBCO BusinessEvents application deployment. This page lists down the key points while deploying RMS.
You can deploy applications using Helm charts. RMS deployment is supported for Storage classes with Read-Write-Many access mode.Example: Azure File in Azure cluster.
- For dynamic provisioning of RMS volumes use storage class with RWM access mode in
persistence.storageClassvalue. - For static provisioning, set
persistence.storageClassto-. - Set
persistence.scSupportsReadWriteManytotrue.
Additional settings for applications are given below:
-
For RMS application:
- Set
rmsDeploymenttotrue - Set
enableRMStofalse - When
persistence.rmsWebstudiois set tofalse,the default files in RMS security folder and RMS WebStudio folder are used. Ifpersistence.rmsWebstudiois set totruepersistent volumes are created for RMS security and RMS WebStudio with empty folders. Make sure to copy required files to the respective mount paths. Note: Setpersistence.rmsWebstudiototruefor multiple replicas.
- Set
-
For Business Events application with RMS enabled:
- Set
rmsDeploymenttofalse - Set
enableRMStotrue - Set
persistence.rmsSharedPVCto<rms helm deployment name>-rms-sharedwhererms helm deployment nameis the RMS deployment to be used for hot deployments.
- Set
Note: Refer to Helm charts for information on setting other variables for BE application deployment.
- See Testing