fix(monitoring): increase volume size

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-08-03 15:59:03 +02:00
parent a21783e706
commit ca7e368c41
2 changed files with 2 additions and 6 deletions
@@ -18,7 +18,7 @@ prometheus:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 10G storage: 20G
selector: selector:
matchLabels: matchLabels:
app: prometheus app: prometheus
@@ -47,16 +47,12 @@ kubernetes_volumes = {
node = "abel" node = "abel"
size = "512M" size = "512M"
} }
pv-plex = {
node = "abel"
size = "12G"
}
pv-plex-config = { pv-plex-config = {
node = "abel" node = "abel"
size = "12G" size = "12G"
} }
pv-prometheus = { pv-prometheus = {
node = "abel" node = "abel"
size = "10G" size = "20G"
} }
} }