mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-03 12:22:37 +02:00
Fix bookie & pulsar service naming in K8s (#276)
This commit is contained in:
parent
460dfb1fb9
commit
d501e023b2
1 changed files with 2 additions and 2 deletions
|
|
@ -134,14 +134,14 @@ local url = import "values/url.jsonnet";
|
||||||
);
|
);
|
||||||
|
|
||||||
local bookieContainerSet = engine.containers(
|
local bookieContainerSet = engine.containers(
|
||||||
"pulsar",
|
"bookie",
|
||||||
[
|
[
|
||||||
bookieContainer,
|
bookieContainer,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
local brokerContainerSet = engine.containers(
|
local brokerContainerSet = engine.containers(
|
||||||
"broker",
|
"pulsar",
|
||||||
[
|
[
|
||||||
brokerContainer,
|
brokerContainer,
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue