We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6556926 commit 5331a0cCopy full SHA for 5331a0c
charts/tidepool/charts/seagull/templates/4-routetable.yaml
@@ -21,13 +21,27 @@ spec:
21
extauth:
22
disable: true
23
- matchers:
24
- - prefix: /metadata/
+ - regex: '/metadata/[^/]+/profile'
25
routeAction:
26
single:
27
upstream:
28
name: auth
29
options:
30
- prefixRewrite: /v1/users/
+ regexRewrite:
31
+ pattern:
32
+ regex: '/metadata/'
33
+ substitution: '/v1/users/'
34
+ retries:
35
+ retryOn: '5xx'
36
+ numRetries: 3
37
+ perTryTimeout: '15s'
38
+ - matchers:
39
+ - prefix: /metadata/
40
+ routeAction:
41
+ single:
42
+ upstream:
43
+ name: seagull
44
+ options:
45
retries:
46
retryOn: '5xx'
47
numRetries: 3
0 commit comments