From 5627c841a5f0ef3c72ddfb6f6cf54f51417524ad Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 15 Apr 2024 17:51:08 +0800 Subject: [PATCH] update filebeat resoucr --- dev-upgrade/elastic/filebeat.yaml | 7 ++++--- prod-upgrade/elastic/filebeat.yaml | 7 ++++--- tcs-upgrade/elastic/filebeat.yaml | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-upgrade/elastic/filebeat.yaml b/dev-upgrade/elastic/filebeat.yaml index 96aa440..4220ab8 100644 --- a/dev-upgrade/elastic/filebeat.yaml +++ b/dev-upgrade/elastic/filebeat.yaml @@ -84,10 +84,11 @@ spec: runAsUser: 0 resources: limits: - memory: 200Mi + cpu: 200m + memory: 256Mi requests: - cpu: 100m - memory: 100Mi + cpu: 10m + memory: 64Mi volumeMounts: - name: config mountPath: /etc/filebeat.yml diff --git a/prod-upgrade/elastic/filebeat.yaml b/prod-upgrade/elastic/filebeat.yaml index a922623..f2e7b15 100644 --- a/prod-upgrade/elastic/filebeat.yaml +++ b/prod-upgrade/elastic/filebeat.yaml @@ -84,10 +84,11 @@ spec: runAsUser: 0 resources: limits: - memory: 200Mi + cpu: 200m + memory: 256Mi requests: - cpu: 100m - memory: 100Mi + cpu: 10m + memory: 64Mi volumeMounts: - name: config mountPath: /etc/filebeat.yml diff --git a/tcs-upgrade/elastic/filebeat.yaml b/tcs-upgrade/elastic/filebeat.yaml index 2807ba1..a1a8ed6 100644 --- a/tcs-upgrade/elastic/filebeat.yaml +++ b/tcs-upgrade/elastic/filebeat.yaml @@ -85,10 +85,11 @@ spec: runAsUser: 0 resources: limits: - memory: 200Mi + cpu: 200m + memory: 256Mi requests: - cpu: 100m - memory: 100Mi + cpu: 10m + memory: 64Mi volumeMounts: - name: config mountPath: /etc/filebeat.yml