Skip to content

Commit 8826c3b

Browse files
authored
Switch to globally available Hetzner instance type (#14762)
* Switch to globally available Hetzner instance type The old cx* Intel instance type was only available in EU data centers. The cpx* AMD type is available in the US and Asia as well. * Change default Hetnzer type to cheapest cpx11
1 parent 346437f commit 8826c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ cloud_providers:
206206
image: Ubuntu 22.04 Jammy Jellyfish
207207
arch: x86_64
208208
hetzner:
209-
server_type: cx22
209+
server_type: cpx11
210210
image: ubuntu-22.04
211211
openstack:
212212
flavor_ram: ">=512"

0 commit comments

Comments
 (0)