Skip to content
Snippets Groups Projects
Verified Commit 8838470c authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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.
parent af5d4b84
No related branches found
No related tags found
No related merge requests found
Pipeline #17162 passed
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment