mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix service
This commit is contained in:
parent
db9ed06b1c
commit
8bd710972b
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ local url = import "values/url.jsonnet";
|
|||
"kg-extract-topics", [ container ]
|
||||
);
|
||||
|
||||
local service =
|
||||
engine.internalService(containerSet)
|
||||
.with_port(8000, 8000, "metrics");
|
||||
|
||||
engine.resources([
|
||||
containerSet,
|
||||
service,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue