bitnami/grafana-tempo Add extraPorts value to query-frontend headless service (#9738)

* Add extraPorts in grafana-tempo frontend headless service template

Signed-off-by: Bertrand Thomas <bertrand@devpro.fr>

* Dump version of grafana-tempo to 1.0.19

Signed-off-by: Bertrand Thomas <bertrand@devpro.fr>
This commit is contained in:
Bertrand THOMAS
2022-04-12 08:36:09 +02:00
committed by GitHub
parent 73eb6ab683
commit e87924bf54
2 changed files with 4 additions and 1 deletions

View File

@@ -28,4 +28,4 @@ name: grafana-tempo
sources:
- https://github.com/bitnami/bitnami-docker-grafana-tempo
- https://github.com/grafana/tempo/
version: 1.0.18
version: 1.0.19

View File

@@ -25,5 +25,8 @@ spec:
port: {{ .Values.queryFrontend.service.ports.grpc }}
targetPort: grpc
protocol: TCP
{{- if .Values.queryFrontend.service.extraPorts }}
{{- include "common.tplvalues.render" (dict "value" .Values.queryFrontend.service.extraPorts "context" $) | nindent 4 }}
{{- end }}
selector: {{- include "common.labels.matchLabels" . | nindent 4 }}
app.kubernetes.io/component: query-frontend