mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-03 12:28:03 -02:30
terraform/gcp: Add ingress_whitelist (#8590)
Also, do not create unneeded resources (target pools are charged and should only be created when needed).
This commit is contained in:
@@ -65,6 +65,11 @@ variable "nodeport_whitelist" {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "ingress_whitelist" {
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "private_network_cidr" {
|
||||
default = "10.0.10.0/24"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user