Skip to content

Commit

Permalink
Add the option to add static public IP
Browse files Browse the repository at this point in the history
  • Loading branch information
doernemt-c8y committed May 6, 2024
1 parent 01aa106 commit b6f3d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/metabase/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.type }}
{{ - if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{ - end }}
{{- if .Values.service.loadBalancerSourceRanges}}
loadBalancerSourceRanges:
{{toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
Expand Down

0 comments on commit b6f3d97

Please sign in to comment.