prometheus operator v0.71.2

Prometheus.spec.containers[].env[].valueFrom.secretKeyRef.spec.apiserverConfig.tlsConfig

TLS Config to use for the API server.

8 fields
Prometheus.spec.containers[].env[].valueFrom.secretKeyRef.spec.apiserverConfig.tlsConfig 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.