Skip to content

Commit

Permalink
fix sample flow yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
hasancelik authored Oct 24, 2024
1 parent 555f53d commit 9204a32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/modules/ROOT/pages/flow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ See xref:flow:ROOT:index.adoc[Flow] for more detailed information.
[source,yaml]
----
...
image: docker.io/hazelcast/management-center-flow <1>
repository: docker.io/hazelcast/management-center-flow <1>
version: 5.6.0
...
hazelcastClusters:
- address: flow <2>
name: flow <3>
jvm:
args:
- "-Dhazelcast.mc.flow.addresses=http://233.252.0.158/" <4>
- "-Dhazelcast.mc.flow.addresses=http://233.252.0.158" <4>
- "-Dhazelcast.mc.internal.flowAddresses=http://flow:9021" <5>
...
----

<1> Management Center Flow image.
<1> Management Center Flow image and version
<2> The service name of the Flow application. The same as the Flow Custom Resource (CR) name.
<3> Hazelcast cluster name. Should always be `flow`.
<4> Flow Ingress public address.
Expand Down

0 comments on commit 9204a32

Please sign in to comment.