Skip to content

Commit 7b9db79

Browse files
committed
deploy: add wildcard for releases endpoints
Otherwise, the strict match will not match endpoints other than the home, which redirects. For golang/go#47401 Change-Id: I1317e6c097374a40be69481a5b36934bb15e5b81 Reviewed-on: https://go-review.googlesource.com/c/build/+/363979 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 7318d32 commit 7b9db79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy/build-ingress.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ spec:
3737
name: relui-internal
3838
port:
3939
number: 444
40+
- pathType: ImplementationSpecific
41+
path: /releases/*
42+
backend:
43+
service:
44+
name: relui-internal
45+
port:
46+
number: 444
4047
- pathType: ImplementationSpecific
4148
path: /*
4249
backend:

0 commit comments

Comments
 (0)