Skip to content

Commit

Permalink
[jaeger] Add missing loadBalancerIp to collector-svc template (jaeger…
Browse files Browse the repository at this point in the history
…tracing#601)

Signed-off-by: Kendi Paet <kendi@tavex.eu>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
  • Loading branch information
K3ndu authored and mehul committed Nov 1, 2024
1 parent 7110c61 commit 6d51b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.53.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 3.2.1
version: 3.3.0
# CronJobs require v1.21
kubeVersion: ">= 1.21-0"
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/jaeger/templates/collector-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ spec:
clusterIP: {{ .Values.collector.service.clusterIP }}
{{- end }}
type: {{ .Values.collector.service.type }}
{{- if and (eq .Values.collector.service.type "LoadBalancer") .Values.collector.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.collector.service.loadBalancerIP }}
{{- end -}}
{{- template "loadBalancerSourceRanges" .Values.collector }}
{{- end -}}

0 comments on commit 6d51b06

Please sign in to comment.