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 }}