mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[RAN] Allow k8s apiserver
This commit is contained in:
parent
019731411e
commit
3cdb41f137
1 changed files with 9 additions and 0 deletions
|
|
@ -80,6 +80,15 @@ resource "hcloud_firewall" "ran" {
|
||||||
"::/0"
|
"::/0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
rule {
|
||||||
|
direction = "in"
|
||||||
|
protocol = "tcp"
|
||||||
|
port = "6443"
|
||||||
|
source_ips = [
|
||||||
|
"0.0.0.0/0",
|
||||||
|
"::/0"
|
||||||
|
]
|
||||||
|
}
|
||||||
rule {
|
rule {
|
||||||
direction = "in"
|
direction = "in"
|
||||||
protocol = "udp"
|
protocol = "udp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue