mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update nodes to 16gb
This commit is contained in:
parent
79256a5964
commit
408a8048e6
1 changed files with 23 additions and 23 deletions
|
|
@ -39,34 +39,34 @@ locals {
|
||||||
count = 3
|
count = 3
|
||||||
name = ["node01-infra", "node02-infra", "node03-infra"]
|
name = ["node01-infra", "node02-infra", "node03-infra"]
|
||||||
cores = 4
|
cores = 4
|
||||||
memory = "8192"
|
memory = "16384"
|
||||||
drive = 240
|
drive = 240
|
||||||
storage = "cache-domains"
|
storage = "cache-domains"
|
||||||
node = ["mothership", "overlord", "vanguard"]
|
node = ["mothership", "overlord", "vanguard"]
|
||||||
ip = ["21", "22", "23"]
|
ip = ["21", "22", "23"]
|
||||||
}
|
}
|
||||||
haproxy = {
|
#haproxy = {
|
||||||
tags = "haproxy"
|
# tags = "haproxy"
|
||||||
count = 3
|
# count = 3
|
||||||
name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
# name = ["haproxy-01", "haproxy-02", "haproxy-03"]
|
||||||
cores = 2
|
# cores = 2
|
||||||
memory = "1024"
|
# memory = "1024"
|
||||||
drive = 20
|
# drive = 20
|
||||||
storage = "cache-domains"
|
# storage = "cache-domains"
|
||||||
node = ["mothership", "overlord", "vanguard"]
|
# node = ["mothership", "overlord", "vanguard"]
|
||||||
ip = ["31", "32", "33"]
|
# ip = ["31", "32", "33"]
|
||||||
}
|
#}
|
||||||
postgres = {
|
#postgres = {
|
||||||
tags = "postgres"
|
# tags = "postgres"
|
||||||
count = 3
|
# count = 3
|
||||||
name = ["postgres-01", "postgres-02", "postgres-03"]
|
# name = ["postgres-01", "postgres-02", "postgres-03"]
|
||||||
cores = 4
|
# cores = 4
|
||||||
memory = "4096"
|
# memory = "4096"
|
||||||
drive = 40
|
# drive = 40
|
||||||
storage = "cache-domains"
|
# storage = "cache-domains"
|
||||||
node = ["mothership", "overlord", "vanguard"]
|
# node = ["mothership", "overlord", "vanguard"]
|
||||||
ip = ["34", "35", "36"]
|
# ip = ["34", "35", "36"]
|
||||||
}
|
#}
|
||||||
pihole = {
|
pihole = {
|
||||||
tags = "pihole"
|
tags = "pihole"
|
||||||
count = 3
|
count = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue