thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

receive: allow configuration of limits-config-file #305

Closed thibaultmg closed 1 year ago

thibaultmg commented 1 year ago

Add limits-config-file flag to the receive component.

Changes

Add receive flag for limits-config-file and volume mount. Followed convention used by alertmanagerConfigFile.

Verification

Checked generated json file with the flag, cli arg is generated as well as volume and volumeMount sections.

saswatamcode commented 1 year ago

Could you sign the commits to get the DCO check passing? Also need to run formatting: make fmt

thibaultmg commented 1 year ago

Sure, done. Checks are passing