mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-27 15:39:37 +02:00
Fix errors in previous update (#23)
* Increase some limits * Fix msg errors and update version
This commit is contained in:
parent
a01a72ba00
commit
305dda4463
26 changed files with 422 additions and 417 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# VERSION=$(shell git describe | sed 's/^v//')
|
# VERSION=$(shell git describe | sed 's/^v//')
|
||||||
VERSION=0.7.1
|
VERSION=0.7.2
|
||||||
|
|
||||||
DOCKER=podman
|
DOCKER=podman
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="trustgraph",
|
name="trustgraph",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -55,7 +55,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -51,7 +51,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -90,7 +90,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ cassandra + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -43,7 +43,7 @@ cassandra + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '512M'
|
memory: '512M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -51,7 +51,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -43,7 +43,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -72,7 +72,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ local images = import "images.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ milvus + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -42,7 +42,7 @@ milvus + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ neo4j + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -42,7 +42,7 @@ neo4j + {
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -47,7 +47,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -51,7 +51,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ local images = import "images.jsonnet";
|
||||||
"8080:8080",
|
"8080:8080",
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
},
|
},
|
||||||
volumes: [
|
volumes: [
|
||||||
"pulsar-conf:/pulsar/conf",
|
"pulsar-conf:/pulsar/conf",
|
||||||
|
|
@ -48,7 +48,7 @@ local images = import "images.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -70,7 +70,7 @@ local images = import "images.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -33,15 +33,17 @@ local images = import "../images.jsonnet";
|
||||||
volumes: [
|
volumes: [
|
||||||
"etcd:/etcd"
|
"etcd:/etcd"
|
||||||
],
|
],
|
||||||
resources: {
|
deploy: {
|
||||||
limits: {
|
resources: {
|
||||||
cpus: '0.25',
|
limits: {
|
||||||
memory: '128M'
|
cpus: '1.0',
|
||||||
|
memory: '128M'
|
||||||
|
},
|
||||||
|
reservations: {
|
||||||
|
cpus: '0.25',
|
||||||
|
memory: '128M'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
reservations: {
|
|
||||||
cpus: '0.25',
|
|
||||||
memory: '128M'
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -67,7 +69,7 @@ local images = import "../images.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.25',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -43,7 +43,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -64,7 +64,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -108,7 +108,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -129,7 +129,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -160,7 +160,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -185,7 +185,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -214,7 +214,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
@ -61,7 +61,7 @@ local url = import "url.jsonnet";
|
||||||
deploy: {
|
deploy: {
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.1',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '128M'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -411,12 +412,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -438,12 +439,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -453,12 +454,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -415,12 +416,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -446,12 +447,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -461,12 +462,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -409,12 +410,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -434,12 +435,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -449,12 +450,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -407,12 +408,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -430,12 +431,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -445,12 +446,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
- "4000"
|
- "4000"
|
||||||
- "--chunk-overlap"
|
- "--chunk-overlap"
|
||||||
- "120"
|
- "120"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -52,6 +52,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -60,13 +68,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -108,12 +109,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -126,7 +127,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -141,12 +142,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -156,12 +157,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -196,7 +197,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -218,18 +219,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -253,12 +254,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -276,12 +277,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -294,7 +295,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -307,7 +308,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -329,12 +330,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -346,12 +347,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -363,12 +364,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -380,12 +381,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -396,7 +397,7 @@
|
||||||
- "${COHERE_KEY}"
|
- "${COHERE_KEY}"
|
||||||
- "-m"
|
- "-m"
|
||||||
- "c4ai-aya-23-35b"
|
- "c4ai-aya-23-35b"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -411,7 +412,7 @@
|
||||||
- "non-persistent://tg/response/text-completion-rag-response"
|
- "non-persistent://tg/response/text-completion-rag-response"
|
||||||
- "-m"
|
- "-m"
|
||||||
- "c4ai-aya-23-8b"
|
- "c4ai-aya-23-8b"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -421,12 +422,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -407,12 +408,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -430,12 +431,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -445,12 +446,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -43,6 +43,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -51,13 +59,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -99,12 +100,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -117,7 +118,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -132,12 +133,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -147,12 +148,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -187,7 +188,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -227,18 +228,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -262,12 +263,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -285,12 +286,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -303,7 +304,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -316,7 +317,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -338,12 +339,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -355,12 +356,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -372,12 +373,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -389,12 +390,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -410,12 +411,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -435,12 +436,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -450,12 +451,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -409,12 +410,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -434,12 +435,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -449,12 +450,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"embeddings":
|
"embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "256M"
|
"memory": "256M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -60,6 +60,14 @@
|
||||||
- "http://0.0.0.0:2379"
|
- "http://0.0.0.0:2379"
|
||||||
- "--data-dir"
|
- "--data-dir"
|
||||||
- "/etcd"
|
- "/etcd"
|
||||||
|
"deploy":
|
||||||
|
"resources":
|
||||||
|
"limits":
|
||||||
|
"cpus": "1.0"
|
||||||
|
"memory": "128M"
|
||||||
|
"reservations":
|
||||||
|
"cpus": "0.25"
|
||||||
|
"memory": "128M"
|
||||||
"environment":
|
"environment":
|
||||||
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
"ETCD_AUTO_COMPACTION_MODE": "revision"
|
||||||
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
"ETCD_AUTO_COMPACTION_RETENTION": "1000"
|
||||||
|
|
@ -68,13 +76,6 @@
|
||||||
"image": "quay.io/coreos/etcd:v3.5.15"
|
"image": "quay.io/coreos/etcd:v3.5.15"
|
||||||
"ports":
|
"ports":
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
"resources":
|
|
||||||
"limits":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"reservations":
|
|
||||||
"cpus": "0.25"
|
|
||||||
"memory": "128M"
|
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "etcd:/etcd"
|
- "etcd:/etcd"
|
||||||
|
|
@ -116,12 +117,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -149,12 +150,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -164,12 +165,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -204,7 +205,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.25"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.25"
|
"cpus": "0.25"
|
||||||
|
|
@ -226,18 +227,18 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -261,12 +262,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -284,12 +285,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "900M"
|
"memory": "900M"
|
||||||
"environment":
|
"environment":
|
||||||
"PULSAR_MEM": "-Xms300M -Xmx300M"
|
"PULSAR_MEM": "-Xms700M -Xmx700M"
|
||||||
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
"image": "docker.io/apachepulsar/pulsar:3.3.1"
|
||||||
"ports":
|
"ports":
|
||||||
- "6650:6650"
|
- "6650:6650"
|
||||||
|
|
@ -315,7 +316,7 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
|
|
@ -337,12 +338,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -354,12 +355,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -371,12 +372,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -388,12 +389,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -411,12 +412,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -440,12 +441,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -457,12 +458,12 @@
|
||||||
"deploy":
|
"deploy":
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.1"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.1"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.2"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -141,8 +141,6 @@ class Processor(ConsumerProducer):
|
||||||
|
|
||||||
self.producer.send(r, properties={"id": id})
|
self.producer.send(r, properties={"id": id})
|
||||||
|
|
||||||
self.consumer.acknowledge(msg)
|
|
||||||
|
|
||||||
def handle_extract_relationships(self, id, v):
|
def handle_extract_relationships(self, id, v):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
@ -196,8 +194,6 @@ class Processor(ConsumerProducer):
|
||||||
)
|
)
|
||||||
|
|
||||||
self.producer.send(r, properties={"id": id})
|
self.producer.send(r, properties={"id": id})
|
||||||
|
|
||||||
self.consumer.acknowledge(msg)
|
|
||||||
|
|
||||||
def handle_kg_prompt(self, id, v):
|
def handle_kg_prompt(self, id, v):
|
||||||
|
|
||||||
|
|
@ -232,8 +228,6 @@ class Processor(ConsumerProducer):
|
||||||
)
|
)
|
||||||
|
|
||||||
self.producer.send(r, properties={"id": id})
|
self.producer.send(r, properties={"id": id})
|
||||||
|
|
||||||
self.consumer.acknowledge(msg)
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def add_args(parser):
|
def add_args(parser):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue