Skip to main content
Skip table of contents

Changes on VidiFlow deployment

Before setup, remove the Camunda Helm Release

  1. Go folder with /prepared.sh & run the command below:

    CODE
    sudo /prepared.sh shell
  2. Wait for new shell to be launched. Modify and type the command below:

    CODE
    helm uninstall --debug "camunda release name" -n local
  3. You may use OpenLens to remove the Camunda release.

Before setup, update the Core Services Inventory

  1. Copy the Camunda chart_values and wrap it under “camunda” object like example below (line 16).

  2. Remove the Camunda from inventory.

CODE
  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"

JavaScript errors detected

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

If this problem persists, please contact our support.