prometheus operator v0.71.2
ThanosRuler.spec.storage.volumeClaimTemplate.metadata.labels.spec.grpcServerTlsConfig
GRPCServerTLSConfig configures the gRPC server from which Thanos Querier reads recorded rule data. Note: Currently only the CAFile, CertFile, and KeyFile fields are supported. Maps to the '--grpc-server-tls-*' CLI args.
| 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. |