Skip to content

Commit

Permalink
fix: add resource requests/limits to otel collector (cloudspannerecos…
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell authored Oct 23, 2024
1 parent de5adb0 commit 4a54fe2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ spec:
containers:
- name: otel-collector
image: otel/opentelemetry-collector-contrib:0.93.0
resources:
requests:
memory: "128Mi"
cpu: "250m"
limits:
memory: "256Mi"
args:
- --config
- /etc/otel/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ spec:
containers:
- name: otel-collector
image: otel/opentelemetry-collector-contrib:0.93.0
resources:
requests:
memory: "128Mi"
cpu: "250m"
limits:
memory: "256Mi"
args:
- --config
- /etc/otel/config.yaml
Expand Down

0 comments on commit 4a54fe2

Please sign in to comment.