📈: upgrade disk for git1
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s

This commit is contained in:
VC
2025-06-30 15:24:34 +02:00
parent 6a4811c276
commit 282692f360

View File

@@ -180,24 +180,6 @@ lxc_containers = {
}]
}
web4 = {
server_desc = "* Wiki-JS"
ip_suffix = 15
tags = [
"pgsqlservers",
"webservers"
]
memory_dedicated = 1024
disk = [{
size = "10G"
path = "/srv"
},
{
size = "5G"
path = "/var/lib/postgresql"
}]
}
git1 = {
server_desc = "* Gitea"
ip_suffix = 16
@@ -217,7 +199,7 @@ lxc_containers = {
mount = null
}
disk = [{
size = "10G"
size = "20G"
path = "/srv"
},
{