diff --git a/config/fluentd.yaml b/config/fluentd.yaml
deleted file mode 100644
index d785d51..0000000
--- a/config/fluentd.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: fluentd-config
- namespace: efk
-data:
- fluent.conf: |
-
- @type http
- @id input_http
- port 8888
- tag sardine.log # 初始 tag,客户端需指定完整 tag 如 sardine.log.candle.BTC-USDT.15M
- @label @main
-
- @type json
-
-
-
-
-
-
- @type stdout
- @id output_stdout_all
-
diff --git a/fluentd-deployment.yaml b/fluentd-deployment.yaml
deleted file mode 100644
index a187c17..0000000
--- a/fluentd-deployment.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
- initContainers:
- - name: install-rewrite-tag-filter
- image: your-fluentd-image:version
- command: ["fluent-gem", "install", "fluent-plugin-rewrite-tag-filter"]
- containers:
- - name: fluentd
- image: your-fluentd-image:version
diff --git a/fluentd.conf b/fluentd.conf
deleted file mode 100644
index 290ecea..0000000
--- a/fluentd.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-
- @type http
- @id input_http
- port 8888
- @label @main
-
-
-
-
-
- @type stdout
- @id output_stdout_all
-