diff --git a/charts/tidepool/Chart.yaml b/charts/tidepool/Chart.yaml index 3de3b776..35643db5 100644 --- a/charts/tidepool/Chart.yaml +++ b/charts/tidepool/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Tidepool name: tidepool -version: 0.14.3 +version: 0.14.4 maintainers: - name: Todd Kazakov email: todd@tidepool.org diff --git a/charts/tidepool/charts/auth/templates/4-routetable.yaml b/charts/tidepool/charts/auth/templates/4-routetable.yaml index f185d16c..1054977b 100644 --- a/charts/tidepool/charts/auth/templates/4-routetable.yaml +++ b/charts/tidepool/charts/auth/templates/4-routetable.yaml @@ -109,4 +109,20 @@ spec: single: upstream: name: auth + - matchers: + - methods: + - POST + prefix: /v1/attestations + routeAction: + single: + upstream: + name: auth + - matchers: + - methods: + - POST + prefix: /v1/assertions + routeAction: + single: + upstream: + name: auth {{- end }}