Hello forum. I have the following question: I have installed Zabbix in k8s environment. I need to make persistent changes in zabbix_server.conf file, located in the server container. I tried to use configMap volumes, but it failed, as volume got mounted as read only (by definition in configMap volumes, as far as I know) and that caused problems to zabbix server container. i then tried to use configMpa subpath, but agin it did not work, as zabbix server seems that needs to have RW access to the zabbix_server.conf file. What is the right way to perform persistent changes in zabbix_server.conf file, located in the server container running in kubernetes environment. Any help, suggestion is welcomed.
Thanks a lot, Vital.
Thanks a lot, Vital.
Comment