From 01bc4938e752a0805ed6a168117508f5d7acf769 Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:01:07 +0000 Subject: [PATCH] Update kubernetes templates for elastic-agent (#194693) Automated by https://buildkite.com/elastic/elastic-agent/builds/12589 Co-authored-by: elasticmachine --- .../fleet/server/services/elastic_agent_manifest.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts index d3101d0747392..4bb6bad203e47 100644 --- a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts +++ b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts @@ -42,7 +42,7 @@ spec: # - -c # - >- # mkdir -p /usr/share/elastic-agent/state/inputs.d && - # curl -sL https://github.com/elastic/elastic-agent/archive/8.16.tar.gz | tar xz -C /usr/share/elastic-agent/state/inputs.d --strip=5 "elastic-agent-8.16/deploy/kubernetes/elastic-agent-standalone/templates.d" + # curl -sL https://github.com/elastic/elastic-agent/archive/9.0.tar.gz | tar xz -C /usr/share/elastic-agent/state/inputs.d --strip=5 "elastic-agent-9.0/deploy/kubernetes/elastic-agent-standalone/templates.d" # securityContext: # runAsUser: 0 # volumeMounts: @@ -94,10 +94,10 @@ spec: # - SYS_ADMIN resources: limits: - memory: 700Mi + memory: 1Gi requests: cpu: 100m - memory: 400Mi + memory: 500Mi volumeMounts: - name: datastreams mountPath: /etc/elastic-agent/agent.yml @@ -401,10 +401,10 @@ spec: # - SYS_ADMIN resources: limits: - memory: 700Mi + memory: 1Gi requests: cpu: 100m - memory: 400Mi + memory: 500Mi volumeMounts: - name: proc mountPath: /hostfs/proc