Skip to content

Commit 7c2a6e6

Browse files
Merge pull request #3893 from cablespaghetti/main
[tempo-distributed] Remove mem-ballast-size-mbs flags
2 parents f7a5e39 + f0e5668 commit 7c2a6e6

10 files changed

Lines changed: 2 additions & 10 deletions

File tree

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.55.0
5+
version: 1.56.0
66
appVersion: 2.9.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.55.0](https://img.shields.io/badge/Version-1.55.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
3+
![Version: 1.56.0](https://img.shields.io/badge/Version-1.56.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

charts/tempo-distributed/templates/compactor/deployment-compactor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ spec:
6262
- args:
6363
- -target=compactor
6464
- -config.file=/conf/tempo.yaml
65-
- -mem-ballast-size-mbs=1024
6665
{{- with .Values.compactor.extraArgs }}
6766
{{- toYaml . | nindent 12 }}
6867
{{- end }}

charts/tempo-distributed/templates/distributor/deployment-distributor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- args:
6565
- -target=distributor
6666
- -config.file=/conf/tempo.yaml
67-
- -mem-ballast-size-mbs=1024
6867
{{- with .Values.distributor.extraArgs }}
6968
{{- toYaml . | nindent 12 }}
7069
{{- end }}

charts/tempo-distributed/templates/enterprise-federation-frontend/deployment-federation-frontend.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ spec:
6161
- args:
6262
- -target=federation-frontend
6363
- -config.file=/conf/tempo.yaml
64-
- -mem-ballast-size-mbs=1024
6564
{{- with .Values.enterpriseFederationFrontend.extraArgs }}
6665
{{- toYaml . | nindent 12 }}
6766
{{- end }}

charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ spec:
7979
- args:
8080
- -target=ingester
8181
- -config.file=/conf/tempo.yaml
82-
- -mem-ballast-size-mbs=1024
8382
{{- if ne $zoneName ""}}
8483
- -ingester.availability-zone={{ $zoneName }}
8584
{{- end }}

charts/tempo-distributed/templates/metrics-generator/deployment-metrics-generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ spec:
5757
- args:
5858
- -target=metrics-generator
5959
- -config.file=/conf/tempo.yaml
60-
- -mem-ballast-size-mbs=1024
6160
{{- with .Values.metricsGenerator.extraArgs }}
6261
{{- toYaml . | nindent 12 }}
6362
{{- end }}

charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ spec:
6363
- args:
6464
- -target=metrics-generator
6565
- -config.file=/conf/tempo.yaml
66-
- -mem-ballast-size-mbs=1024
6766
{{- with .Values.metricsGenerator.extraArgs }}
6867
{{- toYaml . | nindent 12 }}
6968
{{- end }}

charts/tempo-distributed/templates/querier/deployment-querier.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ spec:
6262
- args:
6363
- -target=querier
6464
- -config.file=/conf/tempo.yaml
65-
- -mem-ballast-size-mbs=1024
6665
{{- with .Values.querier.extraArgs }}
6766
{{- toYaml . | nindent 12 }}
6867
{{- end }}

charts/tempo-distributed/templates/query-frontend/deployment-query-frontend.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ spec:
6262
- args:
6363
- -target=query-frontend
6464
- -config.file=/conf/tempo.yaml
65-
- -mem-ballast-size-mbs=1024
6665
{{- with .Values.queryFrontend.extraArgs }}
6766
{{- toYaml . | nindent 12 }}
6867
{{- end }}

0 commit comments

Comments
 (0)