This change disables TLS for the Prometheus MySQL exporter sidecar container in the MariaDB StatefulSet. Change-Id: Ifcc1f0e50b1d8cd0afd464ed6bea8b1d6018bc86 Signed-off-by: Sergiy Markin <smarkin@mirantis.com>
18 lines
738 B
YAML
18 lines
738 B
YAML
---
|
|
# To create a new release note related to a specific chart:
|
|
# reno new <chart_name>
|
|
#
|
|
# To create a new release note for a common change (when multiple charts
|
|
# are changed):
|
|
# reno new common
|
|
mariadb:
|
|
- |
|
|
This change disables TLS for the Prometheus MySQL exporter sidecar container in the MariaDB StatefulSet.
|
|
issues:
|
|
- |
|
|
mysql-exporter sidecar container has TLS enabled but was missing the CA certificate, which caused the exporter to fail to connect to the database.
|
|
fixes:
|
|
- |
|
|
In order to fix this issue, the TLS configuration for the Prometheus MySQL exporter sidecar container has been updated to disable TLS. This allows the exporter to connect to the MariaDB database without requiring a CA certificate.
|
|
...
|