- Added ClusterIP as an option for all services.
- Use unique zabbix agent hostname in both pods (zabbix server & zabbix proxy), to avoid duplicate zabbix agent hostname on Zabbix frontend.
- Agent in server pod will use the default "Zabbix server" name displayed on frontend.
- Agent in proxy pod will use the pod name, eg: "zabbix-zabbix-proxy-0".
- zabbixagent.ZBX_HOSTNAME variable is removed to achieve this.
Thanks @ozhuang!