Add mariadb for freescout

This commit is contained in:
2025-11-27 19:44:21 +02:00
parent 46a4d3bd2b
commit ffbef05bce

View File

@@ -21,9 +21,9 @@ spec:
containers: containers:
- name: exporter - name: exporter
image: mirror.gcr.io/prom/mysqld-exporter:latest image: mirror.gcr.io/prom/mysqld-exporter:latest
env: args:
- name: DATA_SOURCE_NAME - --mysqld.username
value: exporter@tcp(127.0.0.1)/ - exporter
- name: mariadb - name: mariadb
image: mirror.gcr.io/library/mariadb:12.1 image: mirror.gcr.io/library/mariadb:12.1
imagePullPolicy: Always imagePullPolicy: Always