From 48d7e8e10c75a773ff1a682ec89341d31d95f3a9 Mon Sep 17 00:00:00 2001 From: Eric Wollesen Date: Fri, 10 Jul 2026 13:54:29 +0200 Subject: [PATCH] add the clinic service's update device issues endpoint BACK-4382 --- .../tidepool/charts/clinic/templates/4-routetable.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charts/tidepool/charts/clinic/templates/4-routetable.yaml b/charts/tidepool/charts/clinic/templates/4-routetable.yaml index a05f4f73..07ce88cb 100644 --- a/charts/tidepool/charts/clinic/templates/4-routetable.yaml +++ b/charts/tidepool/charts/clinic/templates/4-routetable.yaml @@ -96,5 +96,14 @@ spec: upstream: name: clinic namespace: {{ .Release.Namespace }} + - matchers: + - methods: + - POST + regex: "/v1/device_issues" + routeAction: + single: + upstream: + name: clinic + namespace: {{ .Release.Namespace }} weight: 30 {{- end }}