Skip to content

Commit

Permalink
feat: add cluster subdomain frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Repo Sync Bot committed Sep 2, 2020
1 parent 877de4f commit 182cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
type: ClusterIP
type: {{ .Values.service.type }}
ports:
- name: manager
port: {{ .Values.service.manager.port }}
Expand Down

0 comments on commit 182cf48

Please sign in to comment.