We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e8f31 commit 7b94e5eCopy full SHA for 7b94e5e
examples/k8s/otel-config.yaml
@@ -65,9 +65,7 @@ spec:
65
- command:
66
- "/otelcol"
67
- "--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
+ image: otel/opentelemetry-collector:0.37.1
71
name: otel-agent
72
resources:
73
limits:
@@ -177,9 +175,7 @@ spec:
177
175
178
176
179
- "--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
183
name: otel-collector
184
185
@@ -214,3 +210,4 @@ spec:
214
210
# path: cert.pem
215
211
# - key: key.pem
216
212
# path: key.pem
213
+
0 commit comments