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
Add dashboard port and CORS origin support to Helm chart (2.0.2)
- Add binding.ports.dashboard (default 11936) to values, deployment, and service templates
- Add easyhaproxy.stats.corsOrigin value mapped to HAPROXY_STATS_CORS_ORIGIN env var
- Bump chart version to 2.0.2
- Regenerate deploy/kubernetes manifests
- Update docs/reference/helm.md with new values
|`easyhaproxy.stats.password`| HAProxy stats password. **Required** to enable the stats endpoint and dashboard. |`password`|
52
+
|`easyhaproxy.stats.corsOrigin`| Allowed origin for stats API CORS (e.g. `http://node01:11936`). **Required** for the dashboard to load in a browser. |`""`|
51
53
|`easyhaproxy.refresh`| Seconds between service discovery polls |`"10"`|
52
54
|`easyhaproxy.customErrors`| Enable custom HTML error pages |`"true"`|
53
55
|`easyhaproxy.sslMode`| TLS mode: `strict`, `default`, or `loose`|`loose`|
0 commit comments