Deploying CDP Admin UI Backend

This section provides detailed instructions on how to deploy HCL CDP Admin UI Backend using the Devtron in the AWS.

Prerequisites:

Make sure to create UI secret with required data in the AWS Secrets Manager before deploying CDP admin UI.

Deploying CDP Admin UI Backend

To deploy the CDP admin UI backend, follow the steps below:

  1. Navigate to the Devtron Chart Store, and select the cdp-admin-ui-backend chart to deploy.
  2. Now, configure and deploy the admin UI charts.
  3. In the YAML section, update the ConfigMap using below details and deploy the charts.
    REACT_APP_S3_BUCKET_NAME: ''''''
    allowedDomains: '[''hcl.com'', ''hcl-software.com'',''hcl.software'',''hclpnp.com'']'
    bypassGoogleAuth: "false"
    connectionLimit: "10"
    database:< MySQL_DB_Name>
    lemniskAppUrl: <WebApp_URL>
    port: "<3306>"
    smtpRejectUnauthorized: "false"
    smtpSecure: "false"
    useSmtp: "true"
  4. On successful deployment, validate the deployment as shown below.