mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Librarian (#304)
This commit is contained in:
parent
e99c0ac238
commit
a0bf2362f6
32 changed files with 922 additions and 66 deletions
|
|
@ -1,6 +1,8 @@
|
|||
local base = import "base/base.jsonnet";
|
||||
local images = import "values/images.jsonnet";
|
||||
local url = import "values/url.jsonnet";
|
||||
local minio = import "stores/minio.jsonnet";
|
||||
local cassandra = import "stores/cassandra.jsonnet";
|
||||
|
||||
{
|
||||
|
||||
|
|
@ -182,3 +184,6 @@ local url = import "values/url.jsonnet";
|
|||
|
||||
}
|
||||
|
||||
// Minio and Cassandra are used by the Librarian
|
||||
+ minio + cassandra
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue