Skip to content

haproxy/frontend/map

Automatically configured mapping of frontend service ports

HAProxy Frontend Map

This parameter stores the automatically discovered frontend port mappings used to generate the HAProxy configuration. It defines which ports HAProxy listens on for each service.

Requirements

  • Generated automatically by haproxy-configure.py
  • Do not modify manually - use haproxy/frontend/map-override for manual configuration

Usage

The parameter is populated automatically based on discovered services. The structure maps service names to their listening ports:

Text Only
  service-name: port
  # or for multiple ports:
  service-name: [port1, port2]

Example auto-generated configuration:

YAML
  http: 80
  https: [443, 8443]
  postgres: 5432

Objects that Reference haproxy/frontend/map

Objects used by haproxy/frontend/map

Not used in current content packs