graphite: disable tagdb

This commit is contained in:
Girish Ramakrishnan
2021-03-18 17:39:46 -07:00
parent 60bdc34ad0
commit 8048e68eb6
4 changed files with 5 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}"`;