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