From fc3623008b8bb61f92c53efbf48d8771bf3b3f45 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 7 Mar 2023 17:34:14 +0000 Subject: [PATCH] Fixed slowlog path on mariadb --- deploy/kubernetes/manifests/mariadb-standalone.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy/kubernetes/manifests/mariadb-standalone.yaml b/deploy/kubernetes/manifests/mariadb-standalone.yaml index 96095da..81bb2e7 100644 --- a/deploy/kubernetes/manifests/mariadb-standalone.yaml +++ b/deploy/kubernetes/manifests/mariadb-standalone.yaml @@ -62,6 +62,8 @@ spec: volumeMounts: - name: wrestlingdev-mariadb-persistent-storage mountPath: /var/lib/mysql + - name: mysettings-config-volume + mountPath: /etc/mysql/mariadb.conf.d # resources: # limits: # memory: "512Mi" @@ -125,8 +127,6 @@ spec: volumeMounts: - name: wrestlingdev-mariadb-persistent-storage mountPath: /var/lib/mysql - - name: mysettings-config-volume - mountPath: /etc/mysql/mariadb.conf.d # resources: # limits: # memory: "100Mi" @@ -181,7 +181,6 @@ spec: configMap: name: mariadb-mysettings --- -# /etc/mysql/mariadb.conf.d/70-mysettings.cnf apiVersion: v1 kind: ConfigMap metadata: @@ -202,4 +201,6 @@ data: max_heap_table_size=32M performance_schema=ON innodb_log_file_size=32M - table_open_cache=4000 \ No newline at end of file + table_open_cache=4000 + + # /etc/mysql/mariadb.conf.d/70-mysettings.cnf