grafana / cortex-jsonnet

Deprecated: see https://github.com/grafana/mimir/tree/main/operations/mimir instead
Apache License 2.0
74 stars 55 forks source link

Match query-frontend/query-scheduler/querier custom deployments by default #376

Closed pracucci closed 3 years ago

pracucci commented 3 years ago

What this PR does: We have an use case where a in a namespace we have both standards and custom deployments of query-frontend, query-scheduler and querier. Similarly to what we've already done for ingesters in the past, we would like to change the default regexs to match <name>.* for these additional services too.

Which issue(s) this PR fixes: N/A

Checklist