thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
522 stars 176 forks source link

Added support for --grpc-client-tls-secure in query via grpcClientTlsSecure config #227

Open ulfmansson opened 3 years ago

ulfmansson commented 3 years ago

Changes

Added support for --grpc-client-tls-secure in query via grpcClientTlsSecure config

Verification

Run with both grpcClientTlsSecure set and unset

metalmatze commented 3 years ago

Maybe this can be updated to be closer to this using a boolean?

if tq.config.autoDownsampling then [
  '--query.auto-downsampling',
] else []
ulfmansson commented 3 years ago

Updated according to the comment

kakkoyun commented 3 years ago

Shall we rebase this? Then we can proceed.

alejandrolr commented 2 years ago

Any update on this?

rgarcia89 commented 1 year ago

Looks good to me