mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(monitoring): increase volume size
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -47,16 +47,12 @@ kubernetes_volumes = {
|
||||
node = "abel"
|
||||
size = "512M"
|
||||
}
|
||||
pv-plex = {
|
||||
node = "abel"
|
||||
size = "12G"
|
||||
}
|
||||
pv-plex-config = {
|
||||
node = "abel"
|
||||
size = "12G"
|
||||
}
|
||||
pv-prometheus = {
|
||||
node = "abel"
|
||||
size = "10G"
|
||||
size = "20G"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user