Last active
September 26, 2020 11:21
-
-
Save dsouzajude/515bd4653c8dedfc9be2b0a98447c621 to your computer and use it in GitHub Desktop.
Sample Consul Service config with sidecar proxy definition
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
| { | |
| "service": { | |
| "name": "serviceA", | |
| "port": 8080, | |
| "connect": { "sidecar_service": {} } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment