Skip to content

Commit b0cf817

Browse files
committed
Log removal due to collector requirement
1 parent a70d33a commit b0cf817

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

charts/drupal/templates/mysql-innodb.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ spec:
5757
- name: mysql
5858
resources:
5959
{{- .Values.mysql.resources | toYaml | nindent 8 }}
60-
{{- if .Values.mysql.logs }}
61-
logs:
62-
{{ .Values.mysql.logs | toYaml | nindent 4 }}
63-
{{- end }}
6460
{{- if .Values.mysql.mycnf }}
6561
mycnf:
6662
{{ .Values.mysql.mycnf | toYaml | nindent 4 }}

charts/drupal/values.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,6 @@ mysql:
774774
cpu: 500m
775775
memory: 1600Mi
776776
# 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
782777
# mycnf: |
783778
# [mysqld]
784779
# innodb_buffer_pool_size=200M

0 commit comments

Comments
 (0)