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 95ddf45 commit 0a59650Copy full SHA for 0a59650
deploy/build-ingress.yaml
@@ -31,17 +31,17 @@ spec:
31
http:
32
paths:
33
- pathType: ImplementationSpecific
34
- path: /*
+ path: /releases
35
backend:
36
service:
37
- name: coordinator-internal
+ name: relui-internal
38
port:
39
number: 444
40
41
- path: /releases
+ path: /*
42
43
44
- name: relui-internal
+ name: coordinator-internal
45
46
47
- host: dev.golang.org
0 commit comments