Skip to content

Commit

Permalink
Update Federation operator demo to include management port (oracle#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 29, 2023
1 parent 2d9cf4e commit f2b6ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/100_federation/src/main/yaml/primary-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates.
# Copyright (c) 2021, 2023 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
#
Expand Down Expand Up @@ -27,6 +27,7 @@ spec:
ports:
- name: federation
port: 40000
- name: management
coherence:
cacheConfig: storage-cache-config.xml
overrideConfig: tangosol-coherence-override.xml
Expand Down
3 changes: 2 additions & 1 deletion examples/100_federation/src/main/yaml/secondary-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates.
# Copyright (c) 2021, 2023 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
#
Expand Down Expand Up @@ -27,6 +27,7 @@ spec:
ports:
- name: federation
port: 40000
- name: management
coherence:
cacheConfig: storage-cache-config.xml
overrideConfig: tangosol-coherence-override.xml
Expand Down

0 comments on commit f2b6ed0

Please sign in to comment.