[RAN] Allow k8s apiserver

This commit is contained in:
Kat Inskip 2023-05-01 09:50:17 -07:00
parent 019731411e
commit 3cdb41f137
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -80,6 +80,15 @@ resource "hcloud_firewall" "ran" {
"::/0"
]
}
rule {
direction = "in"
protocol = "tcp"
port = "6443"
source_ips = [
"0.0.0.0/0",
"::/0"
]
}
rule {
direction = "in"
protocol = "udp"