Skip to content

haproxy/frontend/map

Configuration options for HAProxy backend services

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:

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

Example auto-generated configuration:

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