Skip to content

Commit

Permalink
Update selector for svc
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 16, 2017
1 parent c7a6bb6 commit b800ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chart/voyager/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ spec:
port: 8080
targetPort: http
selector:
app: "{{ template "fullname" . }}"
app: {{ template "name" . }}
release: {{ .Release.Name }}

0 comments on commit b800ad5

Please sign in to comment.