Settings
This document provides instructions on how to view and modify environment settings.
Access Settings tab
-
Navigate to the "Environments" tab.
-
Choose the desired environment from the list.
- A new dropdown navigation menu will appear.
- In the left-side menu, select "Settings".
The Configuration page is divided into five sections: "Domain", "Scaling", "Environment Variables", "Runtime Settings", and "Delete this environment".
"Domain" Section
This section consists of the "Application URL", and fields for "TLS Certificate Chain" and "TLS Private Key".
<img src="../../../assets/images/domain_settings.jpg" width="500" alt="Domain configuration settings">
"Scaling" Section
This section allows you to modify "Quotas CPU", "Quotas memory", and "Replicas".
To make changes: - Update the fields with desired changes. - Click the "Save changes" button.
<img src="../../../assets/images/scaling_settings.jpg" width="500" alt="Scaling settings">
"Environment Variables" Section
This section allows you to add new environment variables.
To add a new variable: 1. Click on the "Add" button in the right corner. 2. In the pop-up window: - Include the "Name", "Value", and "Description". - Check the "Protected" checkbox (optional). - Click on the "Add" button.
<img src="../../../assets/images/environment_variables.jpg" width="400" alt="Add new environment variable">
"Runtime Settings" Section
This section allows you to add new runtime settings.
To add a new runtime settings:
- Click on the "Add" button in the right corner.
- In the pop-up window:
- Include the "Name" and "Value".
-
Click on the "Add" button.
NOTE: For the new setting values to take effect, re-deploy the application. Re-deploy the application by following the steps from the Deploy Application Tutorial.
Delete this environment Section
This section allows you to delete the environment and everything it contains.
To delete the environment, click the red "Delete environment" button.
<img src="../../../assets/images/delete_environment.jpg" width="500" alt="Delete environment">
WARNING: This action is irreversible. Ensure you want to delete the environment before proceeding.