Changes on VidiFlow deployment [Prep GEN]
Before setup, remove the Camunda Helm Release
Go folder with /prepared.sh & run the command below:
CODEsudo /prepared.sh shell
Wait for new shell to be launched. Modify and type the command below:
CODEhelm uninstall --debug "camunda release name" -n local
You may use OpenLens to remove the Camunda release.
Before setup, update the Core Services Inventory
Copy the Camunda chart_values and wrap it under “camunda” object like example below (line 16).
Remove the Camunda from inventory.
vidiflow-core-services:
helm_chart:
install: true
chart_version: 23.3.27
chart_values:
hull:
config:
general:
data:
installation:
config:
debug:
ignoreEntityRestCallErrors: true
retriesForEntityRestCall: 1
retriesForAuthServiceCall: 2
camunda:
hull:
objects:
deployment:
engine:
replicas: 3
config:
specific:
images:
camundaEngine:
tag: "7.19.0-2"