From fac7b087429d40ed761df4b760523e1a0660e6db Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Fri, 10 Nov 2023 16:45:58 +0100 Subject: [PATCH] add /healthz to webhook tutorial --- docs/tutorials/webhook-provider.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/webhook-provider.md b/docs/tutorials/webhook-provider.md index 8951240c70..7939d6eb3c 100644 --- a/docs/tutorials/webhook-provider.md +++ b/docs/tutorials/webhook-provider.md @@ -16,11 +16,12 @@ Providers implementing the HTTP API have to keep in sync with changes to the JSO The following table represents the methods to implement mapped to their HTTP method and route. -| Provider method | HTTP Method | Route | -| --- | --- | --- | -| Records | GET | /records | -| AdjustEndpoints | POST | /adjustendpoints | -| ApplyChanges | POST | /records | +| Provider method | HTTP Method | Route | +| --- | --- | --- | +| Records | GET | /records | +| AdjustEndpoints | POST | /adjustendpoints | +| ApplyChanges | POST | /records | +| K8s probe | GET | /healthz | ExternalDNS will also make requests to the `/` endpoint for negotiation and for deserialization of the `DomainFilter`.