Skip to content

Commit 3524821

Browse files
committed
chore: remove tidb slowlog container
1 parent a9c09e9 commit 3524821

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

addons/tidb/templates/cmpd-tidb.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,6 @@ spec:
8282
mountPath: /var/log/tidb
8383
- name: config
8484
mountPath: /etc/tidb
85-
- name: slowlog
86-
imagePullPolicy: IfNotPresent
87-
command:
88-
- bin/sh
89-
- -c
90-
- |
91-
echo "start slowlog..."
92-
touch /var/log/tidb/slowlog
93-
tail -n0 -F /var/log/tidb/slowlog;
94-
volumeMounts:
95-
- name: slowlog
96-
mountPath: /var/log/tidb
9785
volumes:
9886
- name: slowlog
9987
emptyDir: {}

0 commit comments

Comments
 (0)