mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-09 07:12:37 +02:00
- Updated dashboard (#27)
- Adjusted limits everything works - Bump version
This commit is contained in:
parent
2bc602fdcf
commit
b1b26a3f55
18 changed files with 245 additions and 245 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.3
|
VERSION=0.7.4
|
||||||
|
|
||||||
DOCKER=podman
|
DOCKER=podman
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -743,7 +743,7 @@
|
||||||
"axisBorderShow": false,
|
"axisBorderShow": false,
|
||||||
"axisCenteredZero": false,
|
"axisCenteredZero": false,
|
||||||
"axisColorMode": "text",
|
"axisColorMode": "text",
|
||||||
"axisLabel": "",
|
"axisLabel": "GB",
|
||||||
"axisPlacement": "auto",
|
"axisPlacement": "auto",
|
||||||
"barAlignment": 0,
|
"barAlignment": 0,
|
||||||
"drawStyle": "line",
|
"drawStyle": "line",
|
||||||
|
|
@ -815,7 +815,7 @@
|
||||||
},
|
},
|
||||||
"disableTextWrap": false,
|
"disableTextWrap": false,
|
||||||
"editorMode": "builder",
|
"editorMode": "builder",
|
||||||
"expr": "process_virtual_memory_bytes",
|
"expr": "process_resident_memory_bytes / 1073741824",
|
||||||
"fullMetaSearch": false,
|
"fullMetaSearch": false,
|
||||||
"includeNullMetadata": true,
|
"includeNullMetadata": true,
|
||||||
"instant": false,
|
"instant": false,
|
||||||
|
|
@ -903,7 +903,7 @@
|
||||||
"useBackend": false
|
"useBackend": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Panel Title",
|
"title": "Model parameters",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
"id": "filterFieldsByName",
|
"id": "filterFieldsByName",
|
||||||
|
|
|
||||||
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.3"
|
version = "0.7.4"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="trustgraph",
|
name="trustgraph",
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,11 @@ local images = import "images.jsonnet";
|
||||||
resources: {
|
resources: {
|
||||||
limits: {
|
limits: {
|
||||||
cpus: '0.5',
|
cpus: '0.5',
|
||||||
memory: '128M'
|
memory: '1.4G'
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
cpus: '0.1',
|
cpus: '0.1',
|
||||||
memory: '128M'
|
memory: '1.4G'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -444,7 +444,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -459,7 +459,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -418,7 +418,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -445,7 +445,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -460,7 +460,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -421,7 +421,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -467,7 +467,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -453,7 +453,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -468,7 +468,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -415,7 +415,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -440,7 +440,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -455,7 +455,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -416,7 +416,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -441,7 +441,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -413,7 +413,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -436,7 +436,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -451,7 +451,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -414,7 +414,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -437,7 +437,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -413,7 +413,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -436,7 +436,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -451,7 +451,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -414,7 +414,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -437,7 +437,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -415,7 +415,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -440,7 +440,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -455,7 +455,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -416,7 +416,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion-rag":
|
"text-completion-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -441,7 +441,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"vectorize":
|
"vectorize":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -317,10 +317,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "512M"
|
"memory": "512M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -446,7 +446,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -463,7 +463,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"cassandra": {}
|
"cassandra": {}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"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.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"etcd":
|
"etcd":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"init-pulsar":
|
"init-pulsar":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"kg-extract-relationships":
|
"kg-extract-relationships":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"milvus":
|
"milvus":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prometheus":
|
"prometheus":
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
@ -268,7 +268,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"prompt-rag":
|
"prompt-rag":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"pulsar":
|
"pulsar":
|
||||||
"command": "bin/pulsar standalone"
|
"command": "bin/pulsar standalone"
|
||||||
|
|
@ -318,10 +318,10 @@
|
||||||
"resources":
|
"resources":
|
||||||
"limits":
|
"limits":
|
||||||
"cpus": "0.5"
|
"cpus": "0.5"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "1.4G"
|
||||||
"environment":
|
"environment":
|
||||||
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
"SPRING_CONFIGURATION_FILE": "/pulsar-manager/pulsar-manager/application.properties"
|
||||||
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
"image": "docker.io/apachepulsar/pulsar-manager:v0.4.0"
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"query-triples":
|
"query-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -361,7 +361,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-graph-embeddings":
|
"store-graph-embeddings":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"store-triples":
|
"store-triples":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"text-completion":
|
"text-completion":
|
||||||
"command":
|
"command":
|
||||||
|
|
@ -418,7 +418,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -447,7 +447,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
- "./vertexai:/vertexai"
|
- "./vertexai:/vertexai"
|
||||||
|
|
@ -464,7 +464,7 @@
|
||||||
"reservations":
|
"reservations":
|
||||||
"cpus": "0.1"
|
"cpus": "0.1"
|
||||||
"memory": "128M"
|
"memory": "128M"
|
||||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.3"
|
"image": "docker.io/trustgraph/trustgraph-flow:0.7.4"
|
||||||
"restart": "on-failure:100"
|
"restart": "on-failure:100"
|
||||||
"volumes":
|
"volumes":
|
||||||
"etcd": {}
|
"etcd": {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue