Skip to content

Commit a6ba82b

Browse files
committed
Update ingress.yaml to use service name from values file
1 parent 18e4516 commit a6ba82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/lightstreamer/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
{{- end }}
3939
backend:
4040
service:
41-
name: {{ include "lightstreamer.fullname" $ }}
41+
name: {{ $.Values.service.name }}
4242
port:
4343
number: {{ $.Values.service.port }}
4444
{{- end }}

0 commit comments

Comments
 (0)