You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Single-host lab | `safe_edit` | `8080` | Lowest-conflict local baseline; easy to place another proxy in front later. |
41
-
| Shared host with existing HAProxy | `safe_edit` | `8080` | Preserves unrelated HAProxy configuration via marker-bounded edits. |
42
-
| Dedicated ingress host | `standalone` | `80` (and/or `443` via external TLS strategy) | Full config ownership is acceptable when no other stack owns HAProxy. |
| Single-host lab | `install_haproxy: true` | `8080` | Lowest-conflict local baseline; easy to place another proxy in front later. |
56
+
| Shared host with existing HAProxy | `install_haproxy: true` | `8080` | conf.d fragment coexists with other service configs. |
57
+
| Dedicated ingress host | `install_haproxy: true` | `80` (and/or `443` via external TLS strategy) | Full config ownership is acceptable when no other stack owns HAProxy. |
0 commit comments