HTTP client configuration

In addition to the HTTP server (Webhook) configuration, the probe can also be configured as a client to send HTTP requests such as to pull data (resynchronization) from a server.

The following table shows descriptions of the HTTP client component configuration parameters.

Parameter name Description

spec.helmValues.httpClient.enabled

Set to true to deploy HTTP Client component. The default is false.

spec.helmValues.httpClient.host

The target server IP or hostname. The default is nil.

spec.helmValues.httpClient.port

The target server port. The default is 80.

spec.helmValues.httpClient.sslSecretName

A pre-created secret contains server.crt. It is required when connecting to a HTTP server with TLS. The default is nil.

spec.helmValues.httpClient.httpRequestsSecretName

A pre-created secret contains HTTP request parameters. Refer to Configuring the WebHook transport for details. The default is nil.

spec.helmValues.httpClient.tokenEndpointURI

To specify the URI that the probe uses to obtain an access token for the target device. The default is nil.