From ff328905d77de0242835ad5c225edc2338586b42 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase <svenstaro@gmail.com> Date: Mon, 16 Dec 2024 02:34:51 +0100 Subject: [PATCH] tf-stage1: Increase mirror.pkgbuild.com disk size Repos are growing and we were getting notifications about 91% utilization. That's a bit close IMO and we should just make sure to increase it to be outside of our own thresholds. --- 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 ad7b96807..fa2b523f3 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -632,7 +632,7 @@ resource "hetznerdns_record" "archlinux_org_acme_challenge_mumble_ns1" { resource "hcloud_volume" "mirror" { name = "mirror" - size = 125 + size = 150 server_id = hcloud_server.machine["mirror.pkgbuild.com"].id delete_protection = true } -- GitLab