mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 18:21:03 +02:00
Fix bookie & pulsar service naming in K8s
This commit is contained in:
parent
ac7bf6bfd5
commit
8824f4ec9c
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