Skip to content

Commit

Permalink
Change dashboard port to http (#11129)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored Sep 4, 2021
1 parent e74d2d9 commit d891a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/integrations/consul-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ job "countdash" {
service {
name = "count-dashboard"
port = "9002"
port = "http"
connect {
sidecar_service {
Expand Down Expand Up @@ -292,7 +292,7 @@ The web frontend connects to the API service via Consul Connect:
```hcl
service {
name = "count-dashboard"
port = "9002"
port = "http"
connect {
sidecar_service {
Expand Down

0 comments on commit d891a71

Please sign in to comment.