From 8838470cf5b38eb78a5a61bc54cf535c557f22c5 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Mon, 11 Apr 2022 20:42:46 +0300
Subject: [PATCH] Shrink debuginfod volume from 100G to 25G

This hasn't seen much growth in the past two months and is chilling
around 13G. We can easily bump it once we have more debug packages.
---
 tf-stage1/archlinux.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index 5ca82a87c..649985d00 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -503,6 +503,6 @@ resource "hcloud_volume" "monitoring" {
 
 resource "hcloud_volume" "debuginfod" {
   name      = "debuginfod"
-  size      = 100
+  size      = 25
   server_id = hcloud_server.machine["debuginfod.archlinux.org"].id
 }
-- 
GitLab