prometheus operator v0.71.2

Prometheus.spec.remoteWrite[].tlsConfig.cert.configMap.spec.thanos.grpcServerTlsConfig

Configures the TLS parameters for the gRPC server providing the StoreAPI. Note: Currently only the `caFile`, `certFile`, and `keyFile` fields are supported.

8 fields
Prometheus.spec.remoteWrite[].tlsConfig.cert.configMap.spec.thanos.grpcServerTlsConfig fields and descriptions
Field / TypeDescription
object

Certificate authority used when verifying server certificates.

caFile
string

Path to the CA cert in the Prometheus container to use for the targets.

object

Client certificate to present when doing client-authentication.

certFile
string

Path to the client cert file in the Prometheus container for the targets.

insecureSkipVerify
boolean

Disable target certificate validation.

keyFile
string

Path to the client key file in the Prometheus container for the targets.

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.