CX-Tenant Component deployment
Requirements
- Kubernetes. Deployment Planning
- Storage Solution Storage Solution - Getting Started
- CX Deployement https://expertflow-docs.atlassian.net/wiki/x/r5Qm
Deployment
Add the Expertflow Helm charts repository.
helm repo add expertflow https://expertflow.github.io/charts
Update the charts repository
helm repo update expertflow
Clone QM Backend Repository
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
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>
global:
ingressRouter: <DEFAULT-FQDN>
Now, deploy cx-tenant
by running the following command
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
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
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