Deploying CDP PostgreSQL API

This section provides detailed instructions on how to deploy HCL CDP PSQL API using the Devtron in the AWS.

Prerequisites:

Make sure to create a cdp-psql-api secret with required data in the AWS Secrets Manager before deploying CDP PSQL API.

To create the cdp-psql-api secret in the AWS secret manager, follow the steps below:

  1. Create a cdp-psql-api secret sample key and value in the cdp-psql-api secret, and update ConfigMaps data with actual values.
    {
      "ActivitiesQueryLimit": "20",
      "DbName": "<DbName>",
      "DbPassword": "<DbPassword>",
      "DbUrl": "<ip:port>",
      "DbUsername": "<DbUsername>",
      "DemoCampaignList": ""
    }

Deploying CDP PSQL API

To deploy the CDP PSQL API, follow the steps below:

  1. Navigate to the Devtron Chart Store, and select the cdp-psql-api chart to deploy.

  2. Now, configure and deploy the CDP PSQL API charts.

  3. In the YAML section, update the ConfigMap using below details, and deploy the charts.

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