Skip to content

Commit

Permalink
Use correct service name in livy ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Jan 11, 2021
1 parent 581d086 commit fe84a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/livy/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
paths:
- path: {{ $.Values.ingress.path }}
backend:
serviceName: {{ include "livy.fullname" $ }}
serviceName: {{ default (include "livy.fullname" .) $.Values.service.name }}
servicePort: http
{{- end }}
{{- end }}

0 comments on commit fe84a73

Please sign in to comment.