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