Files
k8s/00-infrastructure/01-tofu/talos_cluster.auto.tfvars

19 lines
587 B
HCL

talos_cluster_config = {
name = "eismk8-prod"
proxmox_cluster = "homelab"
node_network_vlan = 210
ntp_servers = [
"2a13:fc80:1:f000::1"
]
# http_proxy = "http://100.64.0.1:3128"
# no_proxy = "10.0.0.0/8"
vip = "10.51.10.100"
kubernetes_version = "v1.33.3"
gateway_api_version = "v1.3.0"
cilium = {
bootstrap_manifest_path = "talos/inline-manifests/cilium_install.yaml"
values_file_path = "../../02-k8s/infra/network/cilium/values.yaml"
}
}