Helm based deployment for Expertflow-CX solution
Helm based deployment can also be made for expertflow-CX soluton.
Install the chart
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.