Skip to main content
Skip table of contents

Helm based deployment for Expertflow-CX solution

Helm based deployment can also be made for expertflow-CX soluton.

Install the chart

CODE
helm upgrade    \
--install=true \
--debug \
--wait=true \
--namespace=expertflow  \
--create-namespace \
--timeout=19m15s \
--set global.ingressRouter=<FQDN>  \
ef-cx \
 oci://charts.expertflow.com/library/ef-cx \
--version <CHART-VERSION> 

helm chart details can be edited and specified using a customer values file. Below given is a list of options that can be edited or by using --set  option to override the default value.

Please make sure that the external components are already deployed and running in ef-external namespace. This is a pre-requirement to be met before installing the helm chart.

JavaScript errors detected

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

If this problem persists, please contact our support.