File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ provider: kubeblocks
8383serviceKind: mysql
8484description: mysql component definition for Kubernetes
8585updateStrategy: BestEffortParallel
86+ exporter:
87+ containerName: mysql-exporter
88+ scrapePath: /metrics
89+ scrapePort: http-metrics
8690services:
8791 - name: default
8892 roleSelector: primary
@@ -247,7 +251,7 @@ roles:
247251mkdir -p {{ .Values.dataMountPath }}/{log,binlog,auditlog,temp}
248252if [ -f {{ .Values.dataMountPath }}/plugin/audit_log.so ]; then
249253 cp {{ .Values.dataMountPath }}/plugin/audit_log.so /usr/lib64/mysql/plugin/
250- fi
254+ fi
251255if [ -d /etc/pki/tls ]; then
252256 mkdir -p {{ .Values.dataMountPath }}/tls/
253257 cp -L /etc/pki/tls/*.pem {{ .Values.dataMountPath }}/tls/
You can’t perform that action at this time.
0 commit comments