I want to increase the response_header_timeout in thanos query-frontend deployment manifest as my queries are timing out, but can't find the correct syntax format expected.
Current Syntax I am following:
- -|
--query-frontend.downstream-tripper-config="config":
"response_header_timeout": "5m"
Other Syntax I have tried:
--query-frontend.downstream-tripper-config.response_header_timeout="5m"
But invalid.
Documentation Reference Link: Query-Frontend Flags
Example Manifest File: Example Manifest File
Example shown in docs: How to use config flags?
2.
Also there is a type mentioned in the example manifest file like:
type: "memcached"
What flag do I need to write in for query-frontend?
After editing the file, the deployment tried to use the edited file to create the pods but it sent the pod in CrashBackLoopOff state.
Thanks.