1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 13:06:06 +02:00

Grow debuginfod volume from 100G to 125G

Chonky packages are chonky. The extra 25G should last us 6-12 months.
This commit is contained in:
Evangelos Foutras 2023-03-03 20:35:12 +02:00
parent 1560818e93
commit 9222e8d4d3
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -601,7 +601,7 @@ variable "gitlab_pages_ipv6" {
resource "hcloud_volume" "mirror" {
name = "mirror"
size = 100
size = 125
server_id = hcloud_server.machine["mirror.pkgbuild.com"].id
delete_protection = true
}