Skip to content
Snippets Groups Projects
Verified Commit c01b74f8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(worker): Adjust server-type to cx21-ceph

parent dcfb989c
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
...@@ -41,6 +41,6 @@ module "workers" { ...@@ -41,6 +41,6 @@ module "workers" {
} }
placement_group_id = hcloud_placement_group.k8s.id placement_group_id = hcloud_placement_group.k8s.id
ssh_keys = data.hcloud_ssh_keys.all_keys.ssh_keys.*.name ssh_keys = data.hcloud_ssh_keys.all_keys.ssh_keys.*.name
server_type = "cx21" server_type = "cx21-ceph"
user_data = file("templates/cloud-init.tpl") user_data = file("templates/cloud-init.tpl")
} }
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