June, 2025 release or later

Container startup from values.yaml configuration

HCL Commerce+ provides Helm charts to deploy Commerce+ containers into Kubernetes environments. The Helm charts use configuration values defined in the values.yaml file together with container environment variables or Vault configuration, depending on the selected configuration mode.

The values.yaml file alone is not sufficient to configure every Commerce+ container. Many containers require additional mandatory environment variables that are not included in the default values.yaml file. For example, the ts-app container requires environment variables such as STORE_HOST, SEARCH_HOST, and DBHOST. These values must be provided by using environment variables (CONFIGURE_MODE=EnvVariables) or by storing them in Vault (CONFIGURE_MODE=Vault).

For information about the mandatory and optional configuration parameters required by each container, see Docker container startup logic for Commerce+.