We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c01e6 commit 95ddf45Copy full SHA for 95ddf45
cmd/relui/deployment-prod.yaml
@@ -81,6 +81,7 @@ metadata:
81
namespace: prod
82
name: relui-internal
83
annotations:
84
+ beta.cloud.google.com/backend-config: '{"default": "build-ingress-iap-backend"}'
85
cloud.google.com/neg: '{"ingress": false}'
86
cloud.google.com/app-protocols: '{"https":"HTTP2"}'
87
spec:
deploy/build-ingress.yaml
@@ -37,6 +37,13 @@ spec:
37
name: coordinator-internal
38
port:
39
number: 444
40
+ - pathType: ImplementationSpecific
41
+ path: /releases
42
+ backend:
43
+ service:
44
+ name: relui-internal
45
+ port:
46
+ number: 444
47
- host: dev.golang.org
48
http:
49
paths:
0 commit comments