Skip to content

Commit a0a8fe8

Browse files
committed
[tempo-distributed] add ingester statefulset labels
Signed-off-by: Sean Ringel <[email protected]>
1 parent 1b556d6 commit a0a8fe8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/tempo-distributed/templates/ingester/_helpers-ingester.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ app.kubernetes.io/part-of: memberlist
8787
app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
8888
{{- end }}
8989
app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
90+
{{ with .ctx.Values.ingester.labels -}}
91+
{{ toYaml . }}
92+
{{ end }}
9093
{{- end -}}
9194
{{/*
9295
Resource name template

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ rbac:
135135
ingester:
136136
# -- Annotations for the ingester StatefulSet
137137
annotations: {}
138+
# -- Labels for the ingester StatefulSet
139+
labels: {}
138140
# -- Number of replicas for the ingester
139141
replicas: 3
140142
# -- hostAliases to add

0 commit comments

Comments
 (0)