We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82700f3 commit 81f8e48Copy full SHA for 81f8e48
1 file changed
README.md
@@ -80,14 +80,16 @@ ServDiscovery sends requests to the Endpoint as a **JSON HTTP Request**:
80
}
81
```
82
83
-This example tell the Endpoint that...
+This example tells the Endpoint that...
84
85
| Available | Unavailable |
86
| -------------------- | --------------------------- |
87
| whoami.mydomain.com | whoami-backup.mydomain.com |
88
| website.mydomain.com | website-backup.mydomain.com |
89
| auth.mydomain.com | auth-backup.mydomain.com |
90
91
+... is (un)available
92
+
93
This way (if the Endpoint is used by a LoadBalancer) the Owner of the Endpoint can now delete the `*-backup.mydomain.com` records from a Registry,
94
thus updating the list of routable Containers / Services.
95
0 commit comments