prometheus operator v0.93.1

Prometheus.spec.volumes[].downwardAPI.items.fieldRef.spec.web

web defines the configuration of the Prometheus web server.

4 fields
Prometheus.spec.volumes[].downwardAPI.items.fieldRef.spec.web fields and descriptions
Field / TypeDescription
object

httpConfig defines HTTP parameters for web server.

maxConnections
integer

maxConnections defines the maximum number of simultaneous connections A zero value means that Prometheus doesn't accept any incoming connection.

  • format: int32
  • minimum: 0
pageTitle
string

pageTitle defines the prometheus web page title.

object

tlsConfig defines the TLS parameters for HTTPS.