Skip to content

Primary Instance IP

Key: qie.primaryInstanceIp

Env Var: QIE_PRIMARYINSTANCEIP

Scope: Global

Description: When set, the instance will probe the 'probePort' of the primary instance, if it is healthy, then this instance will return an HTTP Status 503 (Unavailable) on it's own probe port.

Examples

Env Var

QIE_PRIMARYINSTANCEIP=192.168.0.104

Java Option

-Dqie.primaryInstanceIp=192.168.0.104

YAML

QIE_PRIMARYINSTANCEIP: "192.168.0.104"