We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70d33a commit b0cf817Copy full SHA for b0cf817
charts/drupal/templates/mysql-innodb.yaml
@@ -57,10 +57,6 @@ spec:
57
- name: mysql
58
resources:
59
{{- .Values.mysql.resources | toYaml | nindent 8 }}
60
- {{- if .Values.mysql.logs }}
61
- logs:
62
- {{ .Values.mysql.logs | toYaml | nindent 4 }}
63
- {{- end }}
64
{{- if .Values.mysql.mycnf }}
65
mycnf:
66
{{ .Values.mysql.mycnf | toYaml | nindent 4 }}
charts/drupal/values.yaml
@@ -774,11 +774,6 @@ mysql:
774
cpu: 500m
775
memory: 1600Mi
776
# see: https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-properties.html#mysql-operator-spec-innodbclusterspeclogs
777
- # logs:
778
- # slowQuery:
779
- # enabled: true
780
- # collect: true
781
- # longQueryTime: 10
782
# mycnf: |
783
# [mysqld]
784
# innodb_buffer_pool_size=200M
0 commit comments