cetic / helm-zabbix

Helm Chart For Zabbix
https://artifacthub.io/packages/helm/cetic/zabbix
Apache License 2.0
56 stars 57 forks source link

[cetic/zabbix] Please add support for MySQL Database #75

Closed scila1996 closed 2 years ago

scila1996 commented 2 years ago

Hi, we are planing to use MySQL. Please update template for it !

Thank you 😁

aeciopires commented 2 years ago

Hello @scila1996!

While Zabbix supports other database types besides PostgreSQL, it takes a lot of work to create and maintain a helm chart that supports multiple database types as well as the various types of possible configurations supported by each database. Also, it would be a lot of work to test all changes to the chart against other databases.

There is an initiative by Zabbix SIA itself to create its own helm chart. Maybe they will evolve to install Zabbix Server and other components with MySQL support. https://git.zabbix.com/projects/ZT/repos/kubernetes-helm/browse

Feel free to open a pull request that supports MySQL. See how it was done for PostgreSQL and try to maintain or improve the source code quality standard.

aeciopires commented 2 years ago

CC: @sa-ChristianAnton For your information.