Skip to content

Commit

Permalink
Merge pull request #93 from it-at-m/fix-openshift-route-add-targetPort
Browse files Browse the repository at this point in the history
[charts/metabase] fix: add missing port.targetPort in OpenShift Route
  • Loading branch information
pmint93 authored Dec 20, 2023
2 parents 57c7dd5 + d416ac4 commit a6136f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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.10.3
version: 2.10.4
appVersion: v0.47.2
maintainers:
- name: pmint93
Expand Down
2 changes: 2 additions & 0 deletions charts/metabase/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ spec:
to:
kind: Service
name: {{ $serviceName }}
port:
targetPort: {{ .Values.service.name }}
{{- end }}

0 comments on commit a6136f2

Please sign in to comment.