Skip to content
Snippets Groups Projects
Verified Commit ff328905 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

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.
parent 70901d06
No related branches found
No related tags found
1 merge request!897tf-stage1: Increase mirror.pkgbuild.com disk size
Pipeline #114699 passed
......@@ -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
}
......
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