haproxy/frontend/map-override

The color to use for the haproxy backend nodes

Map of Service Name:Port to use for the front end of HAProxy.

This will override any discovered services on the backend nodes.

The following example results in two frontend config stanzas being generated, the http service will have one bind directive and the ssl service will have two bind directives.

Example: default: http: 80 ssl: [443, 80443]