prometheus operator v0.93.1

Prometheus.spec.thanos.grpcServerTlsConfig.ca.configMap.spec.remoteWrite.tlsConfig

tlsConfig to use for the URL.

10 fields
Prometheus.spec.thanos.grpcServerTlsConfig.ca.configMap.spec.remoteWrite.tlsConfig fields and descriptions
Field / TypeDescription
object

ca defines the Certificate authority used when verifying server certificates.

caFile
string

caFile defines the path to the CA cert in the Prometheus container to use for the targets.

object

cert defines the Client certificate to present when doing client-authentication.

certFile
string

certFile defines the path to the client cert file in the Prometheus container for the targets.

insecureSkipVerify
boolean

insecureSkipVerify defines how to disable target certificate validation.

keyFile
string

keyFile defines the path to the client key file in the Prometheus container for the targets.

object

keySecret defines the Secret containing the client key file for the targets.

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

maxVersion defines the maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.

  • enum: ["TLS10","TLS11","TLS12","TLS13"]
minVersion
string

minVersion defines the minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.

  • enum: ["TLS10","TLS11","TLS12","TLS13"]
serverName
string

serverName is used to verify the hostname for the targets.