Deploying CDP Dash Backend

This section provides detailed instructions on how to deploy HCL CDP Dash Backend using the Devtron in the OpenShift.

Prerequisites:

Make sure to create UI secret with required data in HashiCorp vault before deploying CDP Dash Backend.

Deploying CDP Dash Backend

To deploy the CDP Dash Backend, follow these steps below:

  1. Navigate to the Devtron Chart Store, and select the cdp-dash-backend chart to deploy.

  2. Now, configure and deploy the CDP Dash Backend charts.

  3. In the YAML section, update the ConfigMap using below details and deploy the charts.
    CORE_API:<http://core_api_url/-/v1/verifyUserAuthentication?access_token=> 
    CORS: '[cors_urls]'
    DEMO_CAMPAIGN_ID: '[6525]'
    DRUID_HOST: http://<druid_host:port>/druid/v2/sql
    LOGGING_MODE: <live>
    PORT: "<port>"
    REGION: <region>

  4. On successful deployment, validate the deployment as shown below.