Skip to content

Commit a1e017b

Browse files
authored
Support cgroups v1 (#31)
1 parent b150b90 commit a1e017b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: collector
33
description: A Helm chart for Better Stack Collector - monitoring solution that collects metrics, logs, and traces
44
type: application
5-
version: 0.1.33
5+
version: 0.1.34
66
appVersion: "latest"
77
keywords:
88
- monitoring

templates/daemonset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ spec:
179179
- name: sys-kernel-security
180180
mountPath: /sys/kernel/security
181181
readOnly: true
182+
- name: cgroup
183+
mountPath: /sys/fs/cgroup
184+
readOnly: true
182185
resources:
183186
{{- toYaml .Values.beyla.resources | nindent 10 }}
184187
{{- end }}

0 commit comments

Comments
 (0)