fix: terraform fmt — normalize formatting across all files
This commit is contained in:
@@ -57,7 +57,7 @@ resource "kubernetes_network_policy" "forgejo_runner_egress" {
|
||||
}
|
||||
ports {
|
||||
protocol = "TCP"
|
||||
port = "9000" # MinIO S3 API
|
||||
port = "9000" # MinIO S3 API
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,8 +69,8 @@ resource "kubernetes_network_policy" "forgejo_runner_egress" {
|
||||
ip_block {
|
||||
cidr = "0.0.0.0/0"
|
||||
except = [
|
||||
"192.168.1.0/24", # LAN (baremetal nodes, physical infra)
|
||||
"10.244.0.0/16" # Pod network (cluster internal)
|
||||
"192.168.1.0/24", # LAN (baremetal nodes, physical infra)
|
||||
"10.244.0.0/16" # Pod network (cluster internal)
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user