Skip to content

Commit f995e28

Browse files
authored
Remove named volumes and ports (#21)
1 parent 45440ff commit f995e28

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
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.21
5+
version: 0.1.22
66
appVersion: "latest"
77
keywords:
88
- monitoring

templates/daemonset.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ spec:
8080
timeoutSeconds: 10
8181
failureThreshold: 3
8282
volumeMounts:
83-
{{- if and .Values.beyla.enabled .Values.beyla.dockerprobe.enabled }}
84-
- name: docker-metadata
85-
mountPath: {{ .Values.volumes.dockerMetadata.mountPath }}
86-
{{- end }}
8783
- name: betterstack-data
8884
mountPath: /var/lib/better-stack
8985
- name: cgroup
@@ -169,10 +165,6 @@ spec:
169165
failureThreshold: 3
170166
{{- end }}
171167
volumeMounts:
172-
{{- if .Values.beyla.dockerprobe.enabled }}
173-
- name: docker-metadata
174-
mountPath: {{ .Values.volumes.dockerMetadata.mountPath }}
175-
{{- end }}
176168
- name: betterstack-data
177169
mountPath: /var/lib/better-stack
178170
- name: sys-kernel-tracing
@@ -186,11 +178,6 @@ spec:
186178
{{- toYaml .Values.beyla.resources | nindent 10 }}
187179
{{- end }}
188180
volumes:
189-
{{- if and .Values.beyla.enabled .Values.beyla.dockerprobe.enabled }}
190-
# Shared docker metadata volume
191-
- name: docker-metadata
192-
emptyDir: {}
193-
{{- end }}
194181
# Shared Better Stack data volume
195182
- name: betterstack-data
196183
emptyDir: {}

templates/service.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

values.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,3 @@ commonLabels: {}
103103

104104
# Global annotations to add to all resources
105105
commonAnnotations: {}
106-
107-
# Shared volumes configuration
108-
volumes:
109-
# Docker metadata volume shared between collector and beyla
110-
dockerMetadata:
111-
# Mount path for the docker metadata volume
112-
mountPath: /enrichment

0 commit comments

Comments
 (0)