Skip to content

Commit

Permalink
Helm Chart: make loadBalancerIP configurable for webapp (#14992)
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaPrashan committed Aug 3, 2022
1 parent 8e5d2ff commit 11448ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/airbyte-webapp/templates/service.yaml
Expand Up @@ -15,4 +15,7 @@ spec:
protocol: TCP
name: http
selector:
airbyte: webapp
airbyte: webapp
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}

0 comments on commit 11448ff

Please sign in to comment.