📈: upgrade disk for git1
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user