Files
open-cluster-management/solutions/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml
xuezhaojun a27dd5c4bf Move back origin ocm files.
Signed-off-by: xuezhaojun <zxue@redhat.com>
2023-05-25 12:41:56 +08:00

24 lines
475 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: reviews.bookinfo.svc.cluster2.global
namespace: istio-system
spec:
addresses:
- 255.51.210.11
endpoints:
- address: ${CLUSTER2_HOST_IP}
labels:
app: reviews
version: v3
ports:
http: ${EASTWESTGW_NODEPORT}
hosts:
- reviews.bookinfo.svc.cluster2.global
location: MESH_INTERNAL
ports:
- name: http
number: 9080
protocol: HTTP
resolution: STATIC