Application variables exposed in helm chart
| The character ":" is used to denote a hierarchy of setting keys in yaml |
Public helm variables
| Variable | Description | Required | Default |
|---|---|---|---|
|
The delay (in seconds) before the service attempts to register itself in the portal. |
No |
15 |
|
Whether to replace the context path in the index.html file or not. |
No |
true |
|
The maximum time in seconds the service will wait during graceful shutdown to complete ongoing operations before forcing exit. |
No |
30 |
Local helm variables
| Variable | Description | Required | Default |
|---|---|---|---|
|
The level of logging to be set for logs from microsoft libraries in all services. |
No |
WARN |
|
The level of logging to be set for logs from system libraries in all services. |
No |
WARN |
|
The level of logging to be set for logs from quartz jobs. |
No |
WARN |
|
The level of logging to be set for logs from the db migration job. |
No |
TRACE |
|
Whether to automatically inject OpenTelemetry environment variables into the application’s configuration. |
No |
true |
|
Whether to enable caching of introspection results or not. |
No |
true |
|
The duration (in seconds) to cache introspection results. |
No |
30 |
|
Defines the maximum allowed connections to the database. To use system defaults set it to an empty string. |
No |
"200" |