Skip to content

Commit

Permalink
Log removal due to collector requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jancis committed Mar 4, 2024
1 parent a70d33a commit b0cf817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions charts/drupal/templates/mysql-innodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ spec:
- name: mysql
resources:
{{- .Values.mysql.resources | toYaml | nindent 8 }}
{{- if .Values.mysql.logs }}
logs:
{{ .Values.mysql.logs | toYaml | nindent 4 }}
{{- end }}
{{- if .Values.mysql.mycnf }}
mycnf:
{{ .Values.mysql.mycnf | toYaml | nindent 4 }}
Expand Down
5 changes: 0 additions & 5 deletions charts/drupal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,6 @@ mysql:
cpu: 500m
memory: 1600Mi
# see: https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-properties.html#mysql-operator-spec-innodbclusterspeclogs
# logs:
# slowQuery:
# enabled: true
# collect: true
# longQueryTime: 10
# mycnf: |
# [mysqld]
# innodb_buffer_pool_size=200M
Expand Down

0 comments on commit b0cf817

Please sign in to comment.