feat: Add config for persistent storage
This commit is contained in:
parent
c10aded847
commit
c533c7c070
5 changed files with 13 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ locals {
|
|||
cluster_name = local.cluster_name
|
||||
kubernetes_version = local.kubernetes_version
|
||||
ipv4_gateway = local.ipv4_gateway
|
||||
pvc_disks = [100]
|
||||
pvc_disks = [150]
|
||||
|
||||
nodes = [
|
||||
{
|
||||
|
|
@ -164,6 +164,7 @@ module "talos-bootstrap" {
|
|||
name = format("k8s-wheatley-%s", node.name)
|
||||
type = "worker"
|
||||
ipv4_address = node.ip_address
|
||||
pvc_disks = local.workers.pvc_disks
|
||||
}
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue