Gateway Proxy

Gateway Proxy Properties describes the configuration options available in the Gateway Proxy sub-chart.

Table 1. Gateway Proxy Properties
Property Description
gateway-proxy.connections.tra.host The host name to use when connecting to the TRA-RT. The default value is tra-access_group.
gateway-proxy.connections.tra.port The port to use when connecting to the TRA-RT. The default value is 4060.
gateway-proxy.autoSetRouteId When set to true, in multi-domain installations the request routing ID is set to the value of the domains.id property. The default value is false.

For more information, see the discussion about domain, sub-domain, and engine topology configuration in MATRIXX Configuration.

Note: The autoSetRouteId property uses the first domain ID in the list of domains in your Helm values file to set the request routing ID. For example, if a Gateway Proxy instance is meant to handle traffic for engines in domain 2, domain 2 must appear first in the Helm values file:
topology:
  domains:
  - id: 2
    subdomains:
    ...
  - id: 1
    subdomains:
    ...