Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
Former-commit-id: 5da215f375b14bf6a14789e10101dda8694b5080 [formerly 6d8823e]
Former-commit-id: f1da9d0ad489896d68bee053df76e4b4a056629a
  • Loading branch information
WakeupTsai committed Jul 10, 2018
1 parent 98d6816 commit 6144508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/apps/vortex-server/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
nodePort: {{ .Values.service.nodePort }}
name: {{ template "vortex-server.name" . }}
selector:
app: {{ template "vortex-server.name" . }}
release: {{ .Release.Name }}
app: {{ template "vortex-server.name" . }}
release: {{ .Release.Name }}


0 comments on commit 6144508

Please sign in to comment.