Service Entry for TCP URL's

We are using elastic enterprise edition. We are in the process of enabling the Cross Cluster Replication across different clusters. So we are adding service entries on gateway level (ISTION Gateway for example). Below one we are using to make service entry on ISTIO gateway level. Also we would like to add 9300 TCP entry as well on ISTIO. We do not find any samples yml files for this. Can you please share any sample yml files for the same.


apiVersion: <....>
kind: ServiceEntry
metadata:
name:
spec:
hosts:

location:
ports:

  • name: https
    number: 443
    protocol: TLS
    resolution: DNS

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.