grafana / cortex-jsonnet

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

Allow to create custom store-gateway StatefulSets via newStoreGatewayStatefulSet() #424

Closed pracucci closed 2 years ago

pracucci commented 2 years ago

What this PR does: Similarly to what we did for ingesters, I would like to add a function newStoreGatewayStatefulSet() to create store-gateway StatefulSet. This function can be used to create custom StatefulSets.

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

Checklist