Skip to content

Commit 0a59650

Browse files
committed
deploy: fix precedent for build.golang.org/releases
Order matters for path matching. For golang/go#47401 Change-Id: I92f5fb716b1d893313a7d2883f8de63cb8278156 Reviewed-on: https://go-review.googlesource.com/c/build/+/363697 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 95ddf45 commit 0a59650

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/build-ingress.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ spec:
3131
http:
3232
paths:
3333
- pathType: ImplementationSpecific
34-
path: /*
34+
path: /releases
3535
backend:
3636
service:
37-
name: coordinator-internal
37+
name: relui-internal
3838
port:
3939
number: 444
4040
- pathType: ImplementationSpecific
41-
path: /releases
41+
path: /*
4242
backend:
4343
service:
44-
name: relui-internal
44+
name: coordinator-internal
4545
port:
4646
number: 444
4747
- host: dev.golang.org

0 commit comments

Comments
 (0)