prometheus operator v0.93.1

Alertmanager.spec.storage.ephemeral.volumeClaimTemplate.spec.spec.web

web defines the web command line flags when starting Alertmanager.

4 fields
Alertmanager.spec.storage.ephemeral.volumeClaimTemplate.spec.spec.web fields and descriptions
Field / TypeDescription
getConcurrency
integer

getConcurrency defines the maximum number of GET requests processed concurrently. This corresponds to the Alertmanager's `--web.get-concurrency` flag.

  • format: int32
  • minimum: 0
object

httpConfig defines HTTP parameters for web server.

timeout
integer

timeout for HTTP requests. This corresponds to the Alertmanager's `--web.timeout` flag.

  • format: int32
  • minimum: 0
object

tlsConfig defines the TLS parameters for HTTPS.