prometheus operator v0.71.2

ScrapeConfig.spec.tlsConfig

TLS configuration to use on every scrape request

5 fields
ScrapeConfig.spec.tlsConfig fields and descriptions
Field / TypeDescription
object

Certificate authority used when verifying server certificates.

object

Client certificate to present when doing client-authentication.

insecureSkipVerify
boolean

Disable target certificate validation.

object

Secret containing the client key file for the targets.

  • x-kubernetes-map-type: "atomic"
serverName
string

Used to verify the hostname for the targets.