-
Notifications
You must be signed in to change notification settings - Fork 7
Helm Chart RMS
ykalidin edited this page Jul 12, 2021
·
2 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.
-
Deploy RMS application using Helm charts. Follow below:
- Set
rmsDeploymenttotrue - Set
enableRMStofalse - When
persistence.rmsSecurityandpersistence.rmsWebstudioare set tofalse,the default files in RMS security folder and RMS WebStudio folder are used. Ifpersistence.rmsSecurityorpersistence.rmsWebstudioare set totruepersistent volumes are created respectively with empty folders. Make sure to copy required files to the respective mount paths. - For dynamic provisioning use storage class with RWM access mode in
persistence.storageClassvalue. For static provisioning, setpersistence.storageClassto-.Note that RMS deployment is supported for Storage classes with Read-Write-Many access mode. Example: Azure Disks in Azure cluster. - Set
persistence.scSupportsReadWriteManytotrue - Refer to Helm charts for information on setting other variables for BE application deployment.
- Set
-
Deploy Business Events application using Helm charts. Follow below:
- Set
rmsDeploymenttofalse - Set
enableRMStotrue - For dynamic provisioning use storage class with RWM access mode in
persistence.storageClassvalue. For static provisioning, setpersistence.storageClassto-.Note that RMS deployment is supported for Storage classes with Read-Write-Many access mode. Example: Azure Disks in Azure cluster. - Set
persistence.scSupportsReadWriteManytotrue - Set
persistence.rmsSharedPVCto<rms helm deployment name>-rms-sharedwhererms helm deployment nameis the RMS deployment to be used for hot deployments. - Refer to Helm charts for information on setting other variables for BE application deployment.
- Set
- See Testing