Skip to content

Commit dcac599

Browse files
committed
add the clinic service's update device issues endpoint
BACK-4382
1 parent 79eba6a commit dcac599

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/tidepool/charts/clinic/templates/4-routetable.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,14 @@ spec:
9696
upstream:
9797
name: clinic
9898
namespace: {{ .Release.Namespace }}
99+
- matchers:
100+
- methods:
101+
- POST
102+
regex: "/v1/device_issues"
103+
routeAction:
104+
single:
105+
upstream:
106+
name: clinic
107+
namespace: {{ .Release.Namespace }}
99108
weight: 30
100109
{{- end }}

0 commit comments

Comments
 (0)