Files
2026-08-26 03:39:42 +05:30

27 lines
456 B
YAML

mode: deployment
resources:
limits:
cpu: 100m
memory: 200M
configMap:
create: false
command:
name: otelcol-contrib
extraArgs: ["--config=/conf/config.yaml"]
extraVolumes:
- name: custom-otelcol-configmap
configMap:
name: custom-otel-collector-config
items:
- key: config
path: config.yaml
defaultMode: 420
extraVolumeMounts:
- name: custom-otelcol-configmap
mountPath: /conf/config.yaml