Global parameters in the deployment input configuration file
The following table describes global parameters that you can set in the deployment input configuration file:
Parameter name | Description | Example |
---|---|---|
CUSTOMER_SERVICE_NAME | Represents customer service name. | CUSTOMER_SERVICE_NAME="Helix" |
DOMAIN_NAME | Customer environment domain name. | DOMAIN_NAME="calbro.com" |
ENABLE_EPHEMERAL | Use to limit the Ephemeral storage. Set to true if you want to change the value. | ENABLE_EPHEMERAL="false" |
ENABLE_JMX_MONITORING | Set to true to monitor the JVM process. | ENABLE_JMX_MONITORING="true" |
ES_HOST | External IP address that you create for FTS_ELASTICSEARCH or an internal cluster IP that is accessible for the namespace where you install BMC Helix Service Management. For more information about external IP for FTS_ELASTICSEARCH, see Setting-up-the-installation-environment. | ES_HOST="onbmc" |
IMAGE_PULL_POLICY | Use this parameter to pull the image. Valid values:
| IMAGE_PULL_POLICY="IfNotPresent" |
INGRESS_ENABLED | Use Kubernetes ingress for application URLs. | INGRESS_ENABLED="true" |
PROJECT_NAME | Project name is an alias for your environment. Form the project name by using the service name and the environment type. | <CUSTOMER_SERVICE_NAME>-<PROJECT_TYPE>PROJECT_NAME="remedy-dev" |
PROJECT_TYPE | Define the type of environment such as, development environment or production environment. | PROJECT_TYPE="dev" |
SERIVCE_ANNOTATIONS | Add extra service annotations. | SERIVCE_ANNOTATIONS="@service" |
SERVICE_TYPE_HTTP | Service type for the platform. Valid values:
| SERVICE_TYPE_HTTP="NodePort" |
SERVICE_TYPE_TCP | Service type for the platform. Valid values:
| SERVICE_TYPE_TCP="LoadBalancer" |