Skip to content

Commit

Permalink
Merge pull request #874 from /pull/871/head
Browse files Browse the repository at this point in the history
[tempo] Add overrides to Tempo
  • Loading branch information
annanay25 committed Dec 3, 2021
2 parents d69e333 + c0b582c commit 9399860
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tempo/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo
description: Grafana Tempo Single Binary Mode
type: application
version: 0.12.0
version: 0.12.1
appVersion: 1.2.1
engine: gotpl
home: https://grafana.net
Expand Down
3 changes: 2 additions & 1 deletion charts/tempo/README.md
@@ -1,6 +1,6 @@
# tempo

![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)

Grafana Tempo Single Binary Mode

Expand Down Expand Up @@ -40,6 +40,7 @@ Grafana Tempo Single Binary Mode
| tempo.extraVolumeMounts | list | `[]` | Volume mounts to add |
| tempo.ingester | object | `{}` | |
| tempo.memBallastSizeMbs | int | `1024` | |
| tempo.overrides | object | `{}` | |
| tempo.pullPolicy | string | `"IfNotPresent"` | |
| tempo.receivers.jaeger.protocols.grpc.endpoint | string | `"0.0.0.0:14250"` | |
| tempo.receivers.jaeger.protocols.thrift_binary.endpoint | string | `"0.0.0.0:6832"` | |
Expand Down
1 change: 1 addition & 0 deletions charts/tempo/templates/configmap-tempo.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
data:
overrides.yaml: |
overrides:
{{- toYaml .Values.tempo.overrides | nindent 6 }}
tempo.yaml: |
auth_enabled: {{ .Values.tempo.authEnabled }}
search_enabled: {{ .Values.tempo.searchEnabled }}
Expand Down
1 change: 1 addition & 0 deletions charts/tempo/values.yaml
Expand Up @@ -31,6 +31,7 @@ tempo:
searchEnabled: false
ingester: {}
retention: 24h
overrides: {}

# Tempo server configuration
# Refers to https://grafana.com/docs/tempo/latest/configuration/#server
Expand Down

0 comments on commit 9399860

Please sign in to comment.