Extended values.yaml parameters
This document discusses the parameters you need to set in the global values.yaml before deploying the application.
Advanced configurations
Database Secrets
In the global > dbPullSecrets section of the values.yaml file, set the values for the parameters discussed below.
| Parameter | Description |
|---|---|
| create | This setting determines whether the Helm chart creates a Kubernetes Secret in the target namespace (and the pods reference it), or whether the pods reference an already existing Secret created outside Helm for database authentication. ✅ true (Default value)Helm creates a Secret in the same namespace where the chart is deployed.
❌ falseHelm does not create any Secret.
|
| secretName | The name of the Kubernetes Secret that stores the DB credentials. Pods refer to this Secret for DB credentials. Default value: adeptia-db-secret |
Other additional parameters
Set the following parameters in the values.yaml:
| Section in the values.yaml | Parameter | Value | Description |
|---|---|---|---|
| global > environmentVariables | WEBAPP_DOMAIN_URL | Enter the URL in the format https:<domain> to be used for accessing the application. Ensure that you enter the URL in single quotes, for example | |
| global > deploymentmanager > runtimeEnvironmentVariables | API_GATEWAY_URL | https://ac-api-publisher-gateway (Default value) | URL to access API Gateway. |
| global > webrunner > environmentVariables | DEFAULT_WEBSERVICE_PROTOCOL | https (Default value), http, or ' ' (Empty) | Specifies the protocol used by the REST/SOAP Web Service Provider.
|
| global > apigateway > environmentVariables | DEFAULT_SERVICE_PORT |
| Specifies the port number for hosting REST/SOAP Web Service Provider. |
After configuring the parameters, refer to this page to continue with the application deployment steps.