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
This commit is contained in:
parent
6939c593a3
commit
2b7b2c887f
8 changed files with 55 additions and 26 deletions
|
|
@ -24,6 +24,7 @@ binding:
|
|||
http: 80
|
||||
https: 443
|
||||
stats: 1936
|
||||
dashboard: 11936
|
||||
additionalPorts: []
|
||||
|
||||
serviceAccount:
|
||||
|
|
@ -80,6 +81,7 @@ easyhaproxy:
|
|||
stats:
|
||||
username: admin
|
||||
password: password
|
||||
corsOrigin: ""
|
||||
refresh: "10"
|
||||
customErrors: "true"
|
||||
sslMode: loose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue