File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed
k8s/overlays/prod/linkerd Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : policy.linkerd.io/v1beta2
2+ kind : HTTPRoute
3+ metadata :
4+ name : location-router
5+ spec :
6+ parentRefs :
7+ - name : location
8+ kind : Service
9+ group : core
10+ port : 8081
11+ rules :
12+ - matches :
13+ - headers :
14+ - name : " x-refuse-connection"
15+ value : " true"
16+ backendRefs :
17+ - name : " location"
18+ port : 7981
19+ - backendRefs :
20+ - name : " location"
21+ port : 8081
Original file line number Diff line number Diff line change 11
22resources :
33- ../../../base
4+ - http-route.yaml
45
56patches :
67- path : frontend-linkerd-annotation.yaml
78- path : location-linkerd-annotation.yaml
89- path : driver-linkerd-annotation.yaml
910- path : route-linkerd-annotation.yaml
11+ - path : location-service.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ name : location
5+ spec :
6+ ports :
7+ # this is a dummy port which is not listened to
8+ # in order to actually exercise linkerd actively
9+ # in our linkerd integration
10+ - name : http-refuse-connection
11+ port : 7981
You can’t perform that action at this time.
0 commit comments