Skip to content

Commit

Permalink
fix: wrong configuration (micronaut-projects#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgressa authored May 24, 2021
1 parent d71dd3d commit 20244fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/docs/guide/service-discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ kubernetes:
client:
discovery:
services:
- my-service:
my-service:
port: http
----

Expand Down Expand Up @@ -112,7 +112,7 @@ kubernetes:
client:
discovery:
services:
- my-service:
my-service:
mode: endpoint
----

Expand All @@ -138,7 +138,7 @@ kubernetes:
client:
discovery:
services:
- my-service:
my-service:
mode: service
----

Expand Down

0 comments on commit 20244fd

Please sign in to comment.