Overview of HAProxy Ingress configuration options
masterHAProxy Ingress can be configured using several different mechanisms depending on the scope of the change required:
- Ingress/Service Annotations: Used for resource-specific configuration (e.g., setting timeouts or SSL settings for a specific Ingress or Service).
- Global ConfigMap options: Used to define settings that apply to the entire controller instance.
- Command-line options: Used to configure the controller process itself during startup.
- Template overwriting: Used to customize the generated HAProxy configuration files.