Skip to content

Commit

Permalink
Fix ingress backend name (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored May 26, 2019
1 parent efeed75 commit 036116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
paths:
- path: /
backend:
serviceName: nginx
serviceName: {{ .Release.Name }}-nginx
servicePort: 8888

0 comments on commit 036116d

Please sign in to comment.