LinkedIn Connector deployment using Helm
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.7_f-CIM-28007 https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/cim/cim-solution.git CX-4.7_f-CIM-28007
cd CX-4.7_f-CIM-27739/kubernetes/
Apply Image Pull secret
Run the following commands for applying ImagePullSecrets of ef-cti namespace.
kubectl apply -f pre-deployment/registryCredits/ef-imagePullSecret-ef-cti.yaml
CX Channels
Customize 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