Traffic Routing Agent

Traffic Routing Agent Properties describes the configuration options available in the Traffic Routing Agent (TRA) sub-chart.

Table 1. Traffic Routing Agent Properties
Property Description
tra.remoteConfigurationUrl (Optional) The URL from which engine configuration can be downloaded at start-up.
tra.ingressService.enabled (Optional) When set to true, the TRA Ingress service is created to expose the TRA outside of the Kubernetes cluster. The default value is false.
tra.ingressService.externalAddress (Optional) The IP address to use when exposing the TRA service to the outside world using a LoadBalancer service. The tra.ingressService.enabled property must also be set to true.
tra.ingressService.annotations Any annotations to add to the TRA Ingress service if enabled. For more information, see the discussion about Annotations in Kubernetes documentation.