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
[ ] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]
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
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]