mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix typos in milus template (#118)
This commit is contained in:
parent
b76e9106dc
commit
f36c5e5d03
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ local images = import "values/images.jsonnet";
|
|||
|
||||
local service =
|
||||
engine.service(containerSet)
|
||||
.with_port(2379, 2379, 30379, "api");
|
||||
.with_port(2379, 2379, "api");
|
||||
|
||||
engine.resources([
|
||||
vol,
|
||||
|
|
@ -117,7 +117,7 @@ local images = import "values/images.jsonnet";
|
|||
local service =
|
||||
engine.service(containerSet)
|
||||
.with_port(9091, 9091, "api")
|
||||
.with_port(19530, 19530, "api2);
|
||||
.with_port(19530, 19530, "api2");
|
||||
|
||||
engine.resources([
|
||||
vol,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue