Skip to content

Commit

Permalink
CMS-6435: permit trafficserver NLB to specify source ranges (apache#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig Pummer authored and GitHub Enterprise committed Oct 13, 2022
1 parent 3a02971 commit 73fbe49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/pulsar/templates/trafficserver-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
selector:
{{- include "pulsar.matchLabels" . | nindent 4 }}
component: {{ .Values.trafficserver.component }}
{{- if .Values.trafficserver.service.sourceranges }}
loadBalancerSourceRanges:
{{ toYaml .Values.trafficserver.service.sourceranges | indent 4 }}
{{- end}}
{{- end }}
---
{{- if and .Values.components.trafficserver .Values.trafficserver.privatelink.enabled }}
Expand Down

0 comments on commit 73fbe49

Please sign in to comment.