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:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user