We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaa243 commit 82700f3Copy full SHA for 82700f3
1 file changed
.github/templates/README.template.md
@@ -36,14 +36,16 @@ ServDiscovery sends requests to the Endpoint as a **JSON HTTP Request**:
36
{ { file.examples/payload.json } }
37
```
38
39
-This example tell the Endpoint that...
+This example tells the Endpoint that...
40
41
| Available | Unavailable |
42
| -------------------- | --------------------------- |
43
| whoami.mydomain.com | whoami-backup.mydomain.com |
44
| website.mydomain.com | website-backup.mydomain.com |
45
| auth.mydomain.com | auth-backup.mydomain.com |
46
47
+... is (un)available
48
+
49
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,
50
thus updating the list of routable Containers / Services.
51
0 commit comments