Skip to content

Commit

Permalink
Merge pull request #55 from mergestat/templatize-ui-service-type
Browse files Browse the repository at this point in the history
feat: add templatized `ServiceType` for `ui`
  • Loading branch information
patrickdevivo authored Sep 29, 2022
2 parents 9755f35 + 7b0c5db commit 77f278c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fuse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fuse
version: 1.2.20
version: 1.2.21
appVersion: 0.0.8
description: Fuse syncs data from Git into a SQL database for use in BI/visualization/other tools.
home: https://www.mergestat.com/
Expand Down
1 change: 1 addition & 0 deletions charts/fuse/templates/ui/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Service
metadata:
name: {{ include "fuse.fullname" . }}-ui
spec:
type: {{ .Values.ui.service.type | default "ClusterIP" }}
selector:
fuse-component: ui
ports:
Expand Down
2 changes: 2 additions & 0 deletions charts/fuse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ ui:
securityContext: {}
podSecurityContext: {}
podAnnotations: {}
service:
type: ClusterIP

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 77f278c

Please sign in to comment.