haproxy/filters¶
The color to use for the haproxy backend nodes
This defines DRP filters refer to https://docs.rackn.io/stable/developers/cli/filter/
An example of a filter that might be used in a cluster, note that in the context of a cluster, {{ .Machine.Name }}
refers the the name of the machine:
Example:
Params: haproxy/filters: - Profiles=Eq(universal-application-apache-web-server) Params.haproxy/role=Eq(backend) Profiles=Eq({{ .Machine.Name }}) - Params.haproxy/role=Eq(backend) Profiles=Eq({{ .Machine.Name }})