Closed ypicard closed 2 years ago
Hi @ypicard!
Thanks for report this issue.
This problem is solved using other approach in PR #54, that will not use this variables. Righ @sa-ChristianAnton?
@ypicard, if you have some time, could you take a look at this PR?
We are close to finalizing the tests and adjustments to publish version 3.0.0 of the helm chart which changed very significant changes.
Looks great. I'll wait for the release, thank you very much.
Describe the bug When deploying the chart for the first time with
zabbixweb
enabled, the dashboard complains about the zabbix server not being available onlocalhost
.It is because the default values of
ZBX_SERVER_HOST
andZBX_SERVER_PORT
(https://github.com/cetic/helm-zabbix/blob/master/templates/deployment-zabbix-web.yaml#L47) for the web service are not set invalues.yaml
forzabbixweb
(https://github.com/cetic/helm-zabbix/blob/master/values.yaml#L231).I have made it work by manually setting them to the following: