Skip to main content
Skip table of contents

CX-Tenant Component deployment

Requirements

 

Deployment

Add the Expertflow Helm charts repository.

CODE
helm repo add expertflow https://expertflow.github.io/charts

Update the charts repository

CODE
helm repo update expertflow

Clone QM Backend Repository

CODE
git clone -b CX-4.7_f-CIM-27741  https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/cim/cim-solution.git  CX-4.7_f-CIM-27741
CODE
cd CX-4.7_f-CIM-27741/kubernetes/

Setup cx-tenant and cx-load-hub

edit helm/cx-tenant/values.yaml & helm/cx-load-hub/values.yaml and update the ingressRouter: <DEFAULT-FQDN>

CODE
global:
  ingressRouter: <DEFAULT-FQDN>

Now, deploy cx-tenant by running the following command

CODE
 helm upgrade --install --namespace expertflow --set global.efCxReleaseName="ef-cx" ef-tenant --debug --values=./values.yaml .

 

Now, deploy cx-tenant by running the following command

CODE
 helm upgrade --install --namespace expertflow --set global.efCxReleaseName="ef-cx" ef-tenant --debug --values=helm/cx-tenant/values.yaml helm/cx-tenant

Now, deploy cx-load-hub by running the following command

CODE
 helm upgrade --install --namespace expertflow --set global.efCxReleaseName="ef-cx" cx-load-hub --debug --values=helm/cx-load-hub/values.yaml helm/cx-load-hub
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.