From 7f8c06152008941cc3cc2d10d33cbe10240cb8ab Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Mon, 29 May 2023 08:05:53 +0800 Subject: [PATCH] Update Federation operator demo to include management port --- examples/100_federation/src/main/yaml/primary-cluster.yaml | 3 ++- examples/100_federation/src/main/yaml/secondary-cluster.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/100_federation/src/main/yaml/primary-cluster.yaml b/examples/100_federation/src/main/yaml/primary-cluster.yaml index 625164941..4ad5f7120 100644 --- a/examples/100_federation/src/main/yaml/primary-cluster.yaml +++ b/examples/100_federation/src/main/yaml/primary-cluster.yaml @@ -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. # @@ -27,6 +27,7 @@ spec: ports: - name: federation port: 40000 + - name: management coherence: cacheConfig: storage-cache-config.xml overrideConfig: tangosol-coherence-override.xml diff --git a/examples/100_federation/src/main/yaml/secondary-cluster.yaml b/examples/100_federation/src/main/yaml/secondary-cluster.yaml index 0232ef7cc..9ba221198 100644 --- a/examples/100_federation/src/main/yaml/secondary-cluster.yaml +++ b/examples/100_federation/src/main/yaml/secondary-cluster.yaml @@ -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. # @@ -27,6 +27,7 @@ spec: ports: - name: federation port: 40000 + - name: management coherence: cacheConfig: storage-cache-config.xml overrideConfig: tangosol-coherence-override.xml