17 lines
205 B
YAML
17 lines
205 B
YAML
mode: deployment
|
|
|
|
image:
|
|
repository: "otel/opentelemetry-collector-k8s"
|
|
|
|
command:
|
|
name: "otelcol-k8s"
|
|
|
|
presets:
|
|
clusterMetrics:
|
|
enabled: true
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 200M
|