dj-wasabi / helm-zabbix

HELM package for deploying Zabbix to Kubernetes
MIT License
8 stars 5 forks source link

modified the selector to the correct label #6

Closed dkanbier closed 3 years ago

dkanbier commented 3 years ago

I think the selector for the zabbix-web Service was wrong, as it caused the Service to not have an active backend. The backend was created with a label "app=zabbix-web", which will now be referenced correctly.

After this modification the zabbix-web Service had an active backend.

dj-wasabi commented 3 years ago

Thanks! 👍