mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user