Skip to content

Commit 95ddf45

Browse files
committed
deploy: add /releases to build.golang.org
This mounts relui to the appropriate locaiton. For golang/go#47401 Change-Id: I247ac925b47206acc2a6b4a109da003645af3a68 Reviewed-on: https://go-review.googlesource.com/c/build/+/363696 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 99c01e6 commit 95ddf45

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cmd/relui/deployment-prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ metadata:
8181
namespace: prod
8282
name: relui-internal
8383
annotations:
84+
beta.cloud.google.com/backend-config: '{"default": "build-ingress-iap-backend"}'
8485
cloud.google.com/neg: '{"ingress": false}'
8586
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
8687
spec:

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: coordinator-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
- host: dev.golang.org
4148
http:
4249
paths:

0 commit comments

Comments
 (0)