For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Deploy an Application from the App Catalog Using a Dedicated Deployment?

Overview

A Dedicated Deployment allows you to deploy catalog applications on dedicated infrastructure resources provisioned within your project.

1

Open the App Catalog

  1. Navigate to App Catalog tab.

  2. Select the application you want to deploy.

  3. Click Deploy.

2

Configure Deployment Details

Select Version

Select the desired application version.

Deployment Name

Review or modify the deployment name.

Deployment Type

Select Dedicated.

Image URL/Tag

The application image is automatically populated based on the selected catalog application.

3

Configure Resources

Resource Flavor

Select the desired resource flavor.

The selected flavor determines the CPU and memory allocated to the deployment.

4

Configure Networking

Select VPC

Choose an existing VPC from the VPC dropdown.

Create a New VPC

If a suitable VPC is not available:

  1. Click Create VPC.

  2. Create a new VPC.

  3. Return to the deployment page.

  4. Select the newly created VPC.

The selected VPC must have a router configured and must not be a firewall-created VPC.

5

Configure Environment Variables

Review the automatically populated environment variables and update the values as required.

Hover over the ⓘ (information) icon next to each environment variable to view details about the expected value format and requirements. Some application environment variables include validation rules and must be configured with values that meet the specified criteria.

Add Additional Variables

Click Add Environment Variable to configure additional settings.

6

Review Deployment Summary

Verify:

  • Deployment name

  • Deployment type

  • Resource flavor

  • VPC configuration

  • Application version

  • Environment variables

7

Create Deployment

Click Create Deployment.

The platform provisions dedicated infrastructure resources and deploys the application.

Dedicated deployments may take approximately 20–30 minutes to become active, as dedicated infrastructure resources are provisioned within your project during deployment.

Troubleshooting

If the deployment remains in the Provisioning state for an extended period, open the deployment and review the container logs to identify any errors preventing the deployment from becoming active.

Last updated