mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Fixing templates
This commit is contained in:
parent
dde52ba6a3
commit
572ad915c0
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
name: containers.name,
|
name: containers.name,
|
||||||
|
|
||||||
with_port:: function(src, dest) self + { port: [src, dest] },
|
with_port:: function(src, dest, name) self + { port: [src, dest] },
|
||||||
|
|
||||||
add:: function() {
|
add:: function() {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ local images = import "values/images.jsonnet";
|
||||||
local service =
|
local service =
|
||||||
engine.service(containerSet)
|
engine.service(containerSet)
|
||||||
.with_port(7474, 7474, "api")
|
.with_port(7474, 7474, "api")
|
||||||
.with_port(7687, 7687, "api2);
|
.with_port(7687, 7687, "api2");
|
||||||
|
|
||||||
engine.resources([
|
engine.resources([
|
||||||
vol,
|
vol,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue