RS Gateway
RS Gateway Properties describes the configuration options available in the RS Gateway sub-chart.
Property | Description |
---|---|
rsgateway.connections.gatewayProxy.host | The host name to use when connecting to the Gateway Proxy. The default value is
gateway-proxy-access-group . |
rsgateway.connections.gatewayProxy.port | The port to use when connecting to the Gateway Proxy. The default value is 4080. |
rsgateway.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. |
rsgateway.probes.scheme | If the RS Gateway is configured to use HTTPS, you must set this property to HTTPS because the HTTP liveness and readiness probes on the pod do not accept HTTP traffic in this case. The default value is HTTP. |
rsgateway.security.certificate.secretName | The name of an existing Kubernetes secret object that is visible to the installation. See the discussion about using Kubernetes secrets for RS Gateway TLS certificates in MATRIXX Security. Note: The
rsgateway.security.certificate.volumeMountPath property must also be configured. |
rsgateway.security.certificate.volumeMountPath | The directory in the pod where the pod mounts the secret files, for example, /etc/tls .Note: The
rsgateway.security.certificate.secretName property must also be configured. |
rsgateway.mongodb.connectionString | This value overrides the global.mongodb.connectionString property. Note: MongoDB event loader must be enabled. For more information about the global MongoDB settings, see
the discussion about MongoDB event loader 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 RS Gateway 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:
...