Skip to content

Commit

Permalink
Merge pull request #110 from doernemt/master
Browse files Browse the repository at this point in the history
Add the option to add static public IP
  • Loading branch information
pmint93 authored May 10, 2024
2 parents 01aa106 + f2a98f4 commit de34c50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.14.4
version: 2.15.0
appVersion: v0.49.8
maintainers:
- name: pmint93
Expand Down
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
2 changes: 2 additions & 0 deletions charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ service:
# Used to add custom labels to the Service.
loadBalancerSourceRanges:
{}
# Used to configure a static IP address
loadBalancerIP:

ingress:
enabled: false
Expand Down

0 comments on commit de34c50

Please sign in to comment.