mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
Fix mask
This commit is contained in:
@@ -14,7 +14,7 @@ variable "regions" {
|
||||
variable "kubernetes" {
|
||||
type = map(string)
|
||||
default = {
|
||||
podSubnets = "10.32.0.0/12,f00d:10:32::/64"
|
||||
podSubnets = "10.32.0.0/12,f00d:10:32::/102"
|
||||
serviceSubnets = "10.200.0.0/22,fd40:10:200::/112"
|
||||
domain = "cluster.local"
|
||||
cluster_name = "talos-k8s-hezner"
|
||||
|
||||
Reference in New Issue
Block a user