Fix timeouts (#37)

* Fix other timeout default settings

* Add storage-only YAML output

* Bump version
This commit is contained in:
cybermaggedon 2024-08-25 23:57:30 +01:00 committed by GitHub
parent a83c623ca3
commit cea8562ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 754 additions and 224 deletions

View file

@ -33,7 +33,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"embeddings":
"command":
@ -50,7 +50,7 @@
"reservations":
"cpus": "0.5"
"memory": "256M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"etcd":
"command":
@ -122,7 +122,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"init-pulsar":
"command":
@ -155,7 +155,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"kg-extract-relationships":
"command":
@ -170,7 +170,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"milvus":
"command":
@ -232,7 +232,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"prometheus":
"deploy":
@ -280,7 +280,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"prompt-rag":
"command":
@ -316,7 +316,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"pulsar":
"command": "bin/pulsar standalone"
@ -369,7 +369,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"query-triples":
"command":
@ -386,7 +386,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -403,7 +403,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"store-triples":
"command":
@ -420,7 +420,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"text-completion":
"command":
@ -439,7 +439,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"text-completion-rag":
"command":
@ -462,7 +462,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"vectorize":
"command":
@ -477,7 +477,7 @@
"reservations":
"cpus": "0.5"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.12"
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
"restart": "on-failure:100"
"volumes":
"cassandra": {}