Skip to content

Commit

Permalink
update worker fw
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuko committed Jun 1, 2024
1 parent d1b5c81 commit ba2fc3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tofu_infra/worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ resource "hcloud_server" "worker" {
hcloud_ssh_key.tofu-key.name
]

firewall_ids = [
hcloud_firewall.k8s_intern.id,
hcloud_firewall.k8s_pub.id
]

labels = {
vm-type = "worker"
}
Expand Down

0 comments on commit ba2fc3e

Please sign in to comment.