mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Increase LXD storage size
This commit is contained in:
parent
f84fc1ae4e
commit
74015da237
@ -1,7 +1,7 @@
|
||||
terraform {
|
||||
# TODO Generate endpoint automatically (terragrunt for variable)
|
||||
backend "etcdv3" {
|
||||
endpoints = ["192.168.1.35:2379"]
|
||||
endpoints = ["192.168.1.25:2379"]
|
||||
lock = true
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ networks:
|
||||
project: default
|
||||
storage_pools:
|
||||
- config:
|
||||
size: 50GB
|
||||
size: 100GB
|
||||
description: ""
|
||||
name: default
|
||||
# TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335
|
||||
|
Loading…
Reference in New Issue
Block a user