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

Added functions to create query-frontend and querier deployments #374

Closed pracucci closed 3 years ago

pracucci commented 3 years ago

What this PR does: We have an use case for which we need to create a secondary pool of query-frontends and queriers. Similary to the utility function newIngesterStatefulSet() that we've added in the path, in this PR I'm proposing to add 2 functions create query-frontend and querier deployments respectively.

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

Checklist