thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

PodDistruptionBudget should be added for store and query #306

Open rgarcia89 opened 1 year ago

rgarcia89 commented 1 year ago

Currently it seems that neither for Store nor for Query a PodDistruptionBudget is existing in the existing jsonnet files. Any reason why this is not the case? I do have both running with replica 2 to ensure that queries can always be made.