mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 10:11:01 +02:00
Fix k8s validation
This commit is contained in:
parent
bf32118e6c
commit
dde52ba6a3
9 changed files with 134 additions and 61 deletions
|
|
@ -22,9 +22,15 @@ local images = import "values/images.jsonnet";
|
|||
"qdrant", [ container ]
|
||||
);
|
||||
|
||||
local service =
|
||||
engine.service(containerSet)
|
||||
.with_port(6333, 6333, "api")
|
||||
.with_port(6334, 6334, "api2");
|
||||
|
||||
engine.resources([
|
||||
vol,
|
||||
containerSet,
|
||||
service,
|
||||
])
|
||||
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue