Skip to content

Commit 5334b2d

Browse files
prefix paths
1 parent 46f09de commit 5334b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
http:
1919
paths:
2020
- path: /triage
21-
pathType: ImplementationSpecific
21+
pathType: Prefix
2222
backend:
2323
service:
2424
name: k8s-triage
@@ -28,7 +28,7 @@ spec:
2828
http:
2929
paths:
3030
- path: /triage
31-
pathType: ImplementationSpecific
31+
pathType: Prefix
3232
backend:
3333
service:
3434
name: k8s-triage

0 commit comments

Comments
 (0)