Skip to content

Commit

Permalink
remove memory_ballast from otel
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 22, 2024
1 parent 0560814 commit 372b570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.1.25
version: 0.1.26
appVersion: "1.16.0"

maintainers:
Expand Down
3 changes: 0 additions & 3 deletions charts/ctrlplane/charts/otel/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ exporters:
{{- define "otel.extensions" -}}
extensions:
health_check: {}
memory_ballast:
size_in_percentage: 40
{{- end }}

{{- define "otel.processors" -}}
Expand Down Expand Up @@ -91,7 +89,6 @@ processors:
service:
extensions:
- health_check
- memory_ballast
pipelines: {}
telemetry:
metrics:
Expand Down

0 comments on commit 372b570

Please sign in to comment.