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 linkdin-connector Repository
git clone -b CX-4.9.5 https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/cim/cim-solution.git CX-4.9.5
cd CX-4.9.5/kubernetes/
CX Channels
Customise the deployment by fetching the values.yaml file and edit it as per requirements.
vi helm/Channels/values.yaml
Edit/update the values file with
global:
ingressRouter: <DEFAULT-FQDN>
Deploy the Channels helm chart by
helm upgrade --install --namespace expertflow --set global.efCxReleaseName="ef-cx" --debug cx-channels --values helm-values/cx-channels-custom-values.yaml helm/Channels