give thanos-store more disk space
closes: https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/15242
The amount of disk space required depends on:
- the amount of data in the GCS bucket
- the number of thanos-storeshards
- the number of different series requested by thanos-query(thanos-store writes data to persistent storage lazily)
For start, let's give it 50% more disk space and let's see if that's sufficient.
Signed-off-by: Michal Wasilewski mwasilewski@gitlab.com