Created
October 30, 2018 18:34
-
-
Save zparnold/56b37aee2b2ce2e0b526968585048e4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.istio.io/v1alpha3 | |
kind: ServiceEntry | |
metadata: | |
name: rds | |
spec: | |
addresses: | |
- "172.20.0.0/16" | |
ports: | |
- name: tcp | |
number: 3306 | |
protocol: tcp | |
location: MESH_EXTERNAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment