-
Notifications
You must be signed in to change notification settings - Fork 4
Helm Chart RMS
ykalidin edited this page Jul 26, 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.
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.storageClass
value. - For static provisioning, set
persistence.storageClass
to-
. - Set
persistence.scSupportsReadWriteMany
totrue
.
Additional settings for applications are given below:
-
For RMS application:
- Set
rmsDeployment
totrue
- Set
enableRMS
tofalse
- When
persistence.rmsWebstudio
is set tofalse
,the default files in RMS security folder and RMS WebStudio folder are used. Ifpersistence.rmsWebstudio
is set totrue
persistent 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.rmsWebstudio
totrue
for multiple replicas.
- Set
-
For Business Events application with RMS enabled:
- Set
rmsDeployment
tofalse
- Set
enableRMS
totrue
- Set
persistence.rmsSharedPVC
to<rms helm deployment name>-rms-shared
whererms helm deployment name
is 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