Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active January 13, 2019 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/f869157752a8a5b4225e2f1833c91677 to your computer and use it in GitHub Desktop.
Save garystafford/f869157752a8a5b4225e2f1833c91677 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: mongdb-atlas-external-mesh
spec:
hosts:
- <your_atlas_url.gcp.mongodb.net>
ports:
- name: mongo
number: 27017
protocol: MONGO
location: MESH_EXTERNAL
resolution: NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment