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 54507c2 commit 17fded0Copy full SHA for 17fded0
deployment/helm/datamate/charts/frontend/templates/configmap.yaml
@@ -23,6 +23,13 @@ data:
23
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
24
}
25
26
+ location /api/evaluation/ {
27
+ proxy_pass http://datamate-backend-python:18000/api/evaluation/;
28
+ proxy_set_header Host $host;
29
+ proxy_set_header X-Real-IP $remote_addr;
30
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
31
+ }
32
+
33
location /api/annotation/ {
34
proxy_pass http://datamate-backend-python:18000/api/annotation/;
35
proxy_set_header Host $host;
@@ -110,4 +117,4 @@ data:
110
117
try_files $uri $uri/ /index.html;
111
118
112
119
113
-{{- end }}
120
+{{- end }}
0 commit comments