prometheus operator v0.71.2
Prometheus.spec.containers[].env[].valueFrom.fieldRef.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.
| Field / Type | Description |
|---|---|
Certificate authority used when verifying server certificates. | |
caFile | Path to the CA cert in the Prometheus container to use for the targets. |
Client certificate to present when doing client-authentication. | |
certFile | Path to the client cert file in the Prometheus container for the targets. |
insecureSkipVerify | Disable target certificate validation. |
keyFile | Path to the client key file in the Prometheus container for the targets. |
Secret containing the client key file for the targets.
| |
serverName | Used to verify the hostname for the targets. |