File tree 2 files changed +14
-0
lines changed
deploy/charts/mysql-cluster
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 71
71
initFileExtraSQL :
72
72
{{- toYaml .Values.initFileExtraSQL | nindent 6 }}
73
73
{{- end }}
74
+
75
+ {{- if .Values.queryLimits }}
76
+ queryLimits :
77
+ {{ toYaml .Values.queryLimits | indent 4 }}
78
+ {{- end }}
Original file line number Diff line number Diff line change @@ -49,3 +49,12 @@ backupCredentials:
49
49
50
50
# HTTP_URL: ?
51
51
52
+ # # For enabling and configuring pt-kill: https://www.percona.com/doc/percona-toolkit/LATEST/pt-kill.html
53
+ # queryLimits:
54
+ # maxIdleTime: ... # pt-kill --idle-time
55
+ # maxQueryTime: ... # pt-kill --busy-time
56
+ # kill: oldest|all|all-but-oldest # pt-kill --victims
57
+ # killMode: query|connection # pt-kill --kill-query or pt-kill --kill
58
+ # ignoreDb: [] # pt-kill --ignore-db ...
59
+ # ignoreCommand: [] # pt-kill --ignore-command ...
60
+ # ignoreUser: [] # pt-kill --ignore-user
You can’t perform that action at this time.
0 commit comments