Skip to content

Probe Port

Key: qie.probePort

Env Var: QIE_PROBEPORT

Scope: Global

Description: This option is used by load balancers and kubernetes to let the service know when the QIE service has been initialized and is running. This is a non-secure port that external services can do a basic HTTP-GET call and it will return an HTTP status 200 when the QIE service is running, otherwise the service is not running.

Examples

Env Var

QIE_PROBEPORT=81

Java Option

-Dqie.probePort=81

YAML

QIE_PROBEPORT: 81