Skip to content

Commit

Permalink
Add missing loadBalancerIp to collector-svc template
Browse files Browse the repository at this point in the history
  • Loading branch information
K3ndu committed Sep 12, 2024
1 parent 3f88797 commit 2dcd2d0
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 2dcd2d0

Please sign in to comment.