Skip to content

Commit 46f09de

Browse files
host for path
1 parent 8bb622f commit 46f09de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

k8s/service.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ spec:
1414
port:
1515
number: 80
1616
rules:
17-
- http:
17+
- host: "*.apmtips.com"
18+
http:
19+
paths:
20+
- path: /triage
21+
pathType: ImplementationSpecific
22+
backend:
23+
service:
24+
name: k8s-triage
25+
port:
26+
number: 80
27+
- host: "apmtips.com"
28+
http:
1829
paths:
1930
- path: /triage
2031
pathType: ImplementationSpecific

0 commit comments

Comments
 (0)