1
0
forked from k-space/kube

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:
- name: exporter
image: mirror.gcr.io/prom/mysqld-exporter:latest
env:
- name: DATA_SOURCE_NAME
value: exporter@tcp(127.0.0.1)/
args:
- --mysqld.username
- exporter
- name: mariadb
image: mirror.gcr.io/library/mariadb:12.1
imagePullPolicy: Always