Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.48.0
version: 1.48.1
appVersion: 2.8.2
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ spec:
ports:
{{- range .Values.metricsGenerator.ports }}
{{- if .service }}
- name: {{ .name | quote }}
- appProtocol: grpc
name: {{ .name | quote }}
port: {{ .port }}
protocol: TCP
targetPort: {{ .port }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ spec:
ipFamilies: {{ .Values.tempo.service.ipFamilies }}
ipFamilyPolicy: {{ .Values.tempo.service.ipFamilyPolicy }}
ports:
- name: http-metrics
- appProtocol: grpc
name: http-metrics
port: 3200
targetPort: http-metrics
- name: grpc
- appProtocol: grpc
name: grpc
port: 9095
protocol: TCP
targetPort: grpc
Expand Down