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

Increase AUR hcloud server to CPX31

We were seeing load spikes that pegged the server at 200% before.
parent ac2bb843
No related branches found
No related tags found
No related merge requests found
Pipeline #546 passed
......@@ -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]
}
......
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