Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-miles authored May 25, 2023
1 parent c7bb365 commit 38301b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,7 @@ represents a location outside the Consul cluster. Services can dial destinations
metadata:
name: test-destination
spec:
protocol: tcp
destination:
addresses:
- "test.com"
Expand All @@ -1452,7 +1453,7 @@ represents a location outside the Consul cluster. Services can dial destinations
{
"Kind": "service-defaults",
"Name": "test-destination",
"Protocol": "http",
"Protocol": "tcp",
"Destination": {
"Addresses": ["test.com","test.org"],
"Port": 443
Expand Down

0 comments on commit 38301b5

Please sign in to comment.