graphite: disable tagdb

(cherry picked from commit 8048e68eb6)
This commit is contained in:
Girish Ramakrishnan
2021-03-18 17:39:46 -07:00
parent d977b0b238
commit 3b69e4dcec
4 changed files with 11 additions and 4 deletions
+1 -2
View File
@@ -19,7 +19,6 @@ function start(existingInfra, serviceConfig, callback) {
assert.strictEqual(typeof callback, 'function');
const tag = infra.images.graphite.tag;
const dataDir = paths.PLATFORM_DATA_DIR;
const memoryLimit = serviceConfig.memoryLimit || exports.DEFAULT_MEMORY_LIMIT;
const memory = system.getMemoryAllocation(memoryLimit);
@@ -38,7 +37,7 @@ function start(existingInfra, serviceConfig, callback) {
-p 127.0.0.1:2003:2003 \
-p 127.0.0.1:2004:2004 \
-p 127.0.0.1:8417:8000 \
-v "${dataDir}/graphite:/var/lib/graphite" \
-v "${paths.PLATFORM_DATA_DIR}/graphite:/var/lib/graphite" \
--label isCloudronManaged=true \
--read-only -v /tmp -v /run "${tag}"`;