1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 11:56:03 +02:00

Increase AUR hcloud server to CPX31

We were seeing load spikes that pegged the server at 200% before.
This commit is contained in:
Sven-Hendrik Haase 2020-07-25 02:49:42 +02:00
parent ac2bb843fa
commit 13f88d263a
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -172,7 +172,7 @@ resource "hcloud_rdns" "aur" {
resource "hcloud_server" "aur" {
name = "aur.archlinux.org"
image = data.hcloud_image.archlinux.id
server_type = "cx31"
server_type = "cpx31"
lifecycle {
ignore_changes = [image]
}