Skip to content

Commit

Permalink
Update kubernetes templates for elastic-agent (elastic#194693)
Browse files Browse the repository at this point in the history
Automated by https://buildkite.com/elastic/elastic-agent/builds/12589

Co-authored-by: elasticmachine <elasticmachine@elastic.co>
  • Loading branch information
elastic-vault-github-plugin-prod[bot] and elasticmachine authored Oct 3, 2024
1 parent f649a38 commit 01bc493
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01bc493

Please sign in to comment.