Increased the Grafana container default disk size. (#11840)

Co-authored-by: Stefan Tomas <stefan.tomas@proton.me>
This commit is contained in:
Stefan Tomas
2026-02-12 18:40:31 +01:00
committed by GitHub
parent 79fd0d1dda
commit 4b22c7cc2d
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"hdd": 4,
"os": "debian",
"version": "13"
}
@@ -32,7 +32,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"hdd": 2,
"os": "alpine",
"version": "3.23"
}