APP_PORT |
Specifies the port on which the HTTP server listens. |
8080 |
APP_PROVISIONING_DEFAULT_GARDENER_SHOOT_PURPOSE |
Specifies the purpose of the created cluster. The possible values are: development , evaluation , production , testing . |
development |
APP_PROVISIONING_URL |
Specifies a URL to the Runtime Provisioner's API. |
None |
APP_PROVISIONING_SECRET_NAME |
Specifies the name of the Secret which holds credentials to the Runtime Provisioner's API. |
None |
APP_PROVISIONING_GARDENER_PROJECT_NAME |
Defines the Gardener project name. |
true |
APP_PROVISIONING_GCP_SECRET_NAME |
Defines the name of the Secret which holds credentials to GCP. |
None |
APP_PROVISIONING_AWS_SECRET_NAME |
Defines the name of the Secret which holds credentials to AWS. |
None |
APP_PROVISIONING_AZURE_SECRET_NAME |
Defines the name of the Secret which holds credentials to Azure. |
None |
APP_AUTH_USERNAME |
Specifies the Kyma Environment Service Broker authentication username. |
None |
APP_AUTH_PASSWORD |
Specifies the Kyma Environment Service Broker authentication password. |
None |
APP_DIRECTOR_URL |
Specifies the Director's URL. |
http://compass-director.compass-system.svc.cluster.local:3000/graphql |
APP_DIRECTOR_OAUTH_TOKEN_URL |
Specifies the URL for OAuth authentication. |
None |
APP_DIRECTOR_OAUTH_CLIENT_ID |
Specifies the client ID for OAuth authentication. |
None |
APP_DIRECTOR_OAUTH_SECRET |
Specifies the client Secret for OAuth authentication. |
None |
APP_DIRECTOR_OAUTH_SCOPE |
Specifies the scopes for OAuth authentication. |
runtime:read runtime:write |
APP_DATABASE_USER |
Defines the database username. |
postgres |
APP_DATABASE_PASSWORD |
Defines the database user password. |
password |
APP_DATABASE_HOST |
Defines the database host. |
localhost |
APP_DATABASE_PORT |
Defines the database port. |
5432 |
APP_DATABASE_NAME |
Defines the database name. |
broker |
APP_DATABASE_SSLMODE |
Specifies the SSL Mode for PostgreSQL. See all the possible values. |
disable |
APP_DATABASE_SSLROOTCERT |
Specifies the location of CA cert of PostgreSQL. (Optional) |
None |
APP_KYMA_VERSION |
Specifies the default Kyma version. |
None |
APP_ENABLE_ON_DEMAND_VERSION |
If set to true , a user can specify a Kyma version in a provisioning request. |
false |
APP_VERSION_CONFIG_NAMESPACE |
Defines the Namespace with the ConfigMap that contains Kyma versions for global accounts configuration. |
None |
APP_VERSION_CONFIG_NAME |
Defines the name of the ConfigMap that contains Kyma versions for global accounts configuration. |
None |
APP_PROVISIONING_MACHINE_IMAGE |
Defines the Gardener machine image used in a provisioned node. |
None |
APP_PROVISIONING_MACHINE_IMAGE_VERSION |
Defines the Gardener image version used in a provisioned cluster. |
None |
APP_PROVISIONING_TRIAL_NODES_NUMBER |
Defines the number of Nodes for Kyma runtime Trial account. This parameter is optional. If not enabled, the Trial account runs on the 1-Node cluster. If enabled, the Trial account runs on the number of Nodes defined in the trialNodesNumber parameter. |
defined in the trialNodesNumber parameter |
APP_TRIAL_REGION_MAPPING_FILE_PATH |
Defines a path to the file which contains a mapping between the platform region and the Trial plan region. |
None |
APP_GARDENER_PROJECT |
Defines the project in which the cluster is created. |
kyma-dev |
APP_GARDENER_SHOOT_DOMAIN |
Defines the domain for clusters created in Gardener. |
shoot.canary.k8s-hana.ondemand.com |
APP_GARDENER_KUBECONFIG_PATH |
Defines the path to the kubeconfig file for Gardener. |
/gardener/kubeconfig/kubeconfig |
APP_MAX_PAGINATION_PAGE |
Defines the maximum number of objects that can be queried in one page using the endpoints that use pagination. |
100 |
APP_AVS_ADDITIONAL_TAGS_ENABLED |
Specifies additional tags that are added to the internal Evaluation after the cluster is provisioned. |
false |
APP_AVS_GARDENER_SHOOT_NAME_TAG_CLASS_ID |
Specifies the TagClassId of the tag that contains Gardener cluster's shoot name. |
None |
APP_AVS_GARDENER_SEED_NAME_TAG_CLASS_ID |
Specifies the TagClassId of the tag that contains Gardener cluster's seed name. |
None |
APP_AVS_REGION_TAG_CLASS_ID |
Specifies the TagClassId of the tag that contains Gardener cluster's region. |
None |
APP_PROFILER_MEMORY |
Enables memory profiling every sampling period with the default location /tmp/profiler , backed by a persistent volume. |
false |