Skip to content

Commit ab65fa8

Browse files
committed
ci: update ingress-route template
Update ingress-route template to use the correct service name for the github-eventsource component. The previous service name was incorrect, preventing the ingress-route from routing traffic properly.
1 parent be56065 commit ab65fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/app/ci/ingress-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ spec:
1313
- match: Host(`webhook.injunweb.com`) && Path(`/{{ $.Values.project }}-{{ $app.name }}`)
1414
kind: Rule
1515
services:
16-
- name: {{ $.Values.project }}-{{ $app.name }}-github-eventsource-svc
16+
- name: {{ $.Values.project }}-{{ $app.name }}-github-eventsource-eventsource-svc
1717
port: 12000
1818
{{- end }}

0 commit comments

Comments
 (0)