Update service.md of Incorrect example for 'Services without selectors' in "Service" page.

pull/42987/head
ADITYA DAS 2023-09-10 20:54:46 +05:30 committed by GitHub
parent 10d29a644d
commit de56fa868e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -246,7 +246,8 @@ ports:
port: 9376
endpoints:
- addresses:
- "10.4.5.6" # the IP addresses in this list can appear in any order
- "10.4.5.6"
- addresses:
- "10.1.2.3"
```