From 192501dfab6603100224bb9bd6ffd58303138477 Mon Sep 17 00:00:00 2001 From: James Park-Watt Date: Tue, 13 May 2025 13:43:03 +0100 Subject: [PATCH] doc: haproxy_base_service_overrides to include haproxy_map_entries. This will ensure /etc/haproxy/base_domain.map file is created. Change-Id: If13634e12f033e0227124e5ae5e57cd398e5089f --- doc/source/user/prod/pretty_endpoint_naming.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/user/prod/pretty_endpoint_naming.rst b/doc/source/user/prod/pretty_endpoint_naming.rst index 68544a0799..ff720728bf 100644 --- a/doc/source/user/prod/pretty_endpoint_naming.rst +++ b/doc/source/user/prod/pretty_endpoint_naming.rst @@ -58,6 +58,10 @@ We need to make adjustments to each HAProxy service definition to: haproxy_base_service_overrides: haproxy_maps: - 'use_backend %[req.hdr(host),map_dom(/etc/haproxy/base_domain.map)]' + haproxy_map_entries: + - name: base_domain + entries: + - "# Domain map file - this comment is defined in the base frontend config" * Populate a "base" map file with search patterns per service backend. As each service is going to use its own FQDN we need to inform HAProxy which backend