Skip to content

Commit 7b94e5e

Browse files
author
shree007
committed
Update otel-config.yaml
1 parent c0e8f31 commit 7b94e5e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

examples/k8s/otel-config.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ spec:
6565
- command:
6666
- "/otelcol"
6767
- "--config=/conf/otel-agent-config.yaml"
68-
# Memory Ballast size should be max 1/3 to 1/2 of memory.
69-
- "--mem-ballast-size-mib=165"
70-
image: otel/opentelemetry-collector-dev:latest
68+
image: otel/opentelemetry-collector:0.37.1
7169
name: otel-agent
7270
resources:
7371
limits:
@@ -177,9 +175,7 @@ spec:
177175
- command:
178176
- "/otelcol"
179177
- "--config=/conf/otel-collector-config.yaml"
180-
# Memory Ballast size should be max 1/3 to 1/2 of memory.
181-
- "--mem-ballast-size-mib=683"
182-
image: otel/opentelemetry-collector-dev:latest
178+
image: otel/opentelemetry-collector:0.37.1
183179
name: otel-collector
184180
resources:
185181
limits:
@@ -214,3 +210,4 @@ spec:
214210
# path: cert.pem
215211
# - key: key.pem
216212
# path: key.pem
213+

0 commit comments

Comments
 (0)