thanos-community / thanos-operator

WIP: Operator to manage Thanos installation
Apache License 2.0
22 stars 3 forks source link

Add Thanos Query frontend in Query CRD and deployment #82

Closed saswatamcode closed 1 month ago

saswatamcode commented 1 month ago

This adds Thanos Query frontend within query crd, which generates cache config if you don't specify

saswatamcode commented 1 month ago

Based on discussion offline with @philipgough I think it makes sense to combine with the Query CRD directly. Will update PR

saswatamcode commented 1 month ago

Modified this to be a nested field on Query CRD, but have kept the builder code separate as it is a separate thanos component and not a mode of another.