Skip to content

Commit 292e766

Browse files
sringeltincho-burgos
authored andcommitted
[tempo-distributed] add ingester statefulset labels
Signed-off-by: Sean Ringel <[email protected]>
1 parent dad4341 commit 292e766

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
@@ -141,6 +141,8 @@ rbac:
141141
ingester:
142142
# -- Annotations for the ingester StatefulSet
143143
annotations: {}
144+
# -- Labels for the ingester StatefulSet
145+
labels: {}
144146
# -- Number of replicas for the ingester
145147
replicas: 3
146148
# -- hostAliases to add

0 commit comments

Comments
 (0)