prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.victoropsConfigs.httpConfig

The HTTP client's configuration.

7 fields
AlertmanagerConfig.spec.receivers.victoropsConfigs.httpConfig fields and descriptions
Field / TypeDescription
object

Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.

object

BasicAuth for the client. This is mutually exclusive with Authorization. If both are defined, BasicAuth takes precedence.

object

The secret's key that contains the bearer token to be used by the client for authentication. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.

  • x-kubernetes-map-type: "atomic"
followRedirects
boolean

FollowRedirects specifies whether the client should follow HTTP 3xx redirects.

object

OAuth2 client credentials used to fetch a token for the targets.

proxyURL
string

Optional proxy URL.

object

TLS configuration for the client.