From dd6b5c5e5175c502bb7e0034a69d65d399299eaa Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Mon, 6 Jan 2025 13:39:59 +0000 Subject: [PATCH] docs: copy updates to v1.2 to satisfy gen-check Signed-off-by: Dean Coakley --- .../tasks/extensibility/extension-server.md | 58 ++++++++++++------- 1 file changed, 36 insertions(+), 22 deletions(-) diff --git a/site/content/en/v1.2/tasks/extensibility/extension-server.md b/site/content/en/v1.2/tasks/extensibility/extension-server.md index 530eaad1477..5d0ac096bae 100644 --- a/site/content/en/v1.2/tasks/extensibility/extension-server.md +++ b/site/content/en/v1.2/tasks/extensibility/extension-server.md @@ -99,29 +99,44 @@ image name and tag. * Configure Envoy Gateway to use the Extension Server - Add the following fragment to Envoy Gateway's [configuration][] file: - - ```yaml - extensionManager: - # Envoy Gateway will watch these resource kinds and use them as extension policies - # which can be attached to Gateway resources. - policyResources: - - group: example.extensions.io - version: v1alpha1 - kind: ListenerContextExample - hooks: - # The type of hooks that should be invoked - xdsTranslator: - post: - - HTTPListener - service: - # The service that is hosting the extension server - fqdn: - hostname: extension-server.envoy-gateway-system.svc.cluster.local - port: 5005 + Add the following fragment to Envoy Gateway's configmap file: + + ```shell + cat <