We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b28c2 commit e9414a1Copy full SHA for e9414a1
1 file changed
deployment/helm/datamate/charts/frontend/templates/configmap.yaml
@@ -17,7 +17,7 @@ data:
17
add_header Set-Cookie "NEXT_LOCALE=zh";
18
19
location /api/ {
20
- proxy_pass http://datamate-backend:8080/api/;
+ proxy_pass http://datamate-gateway:8080/api/;
21
proxy_set_header Host $host;
22
proxy_set_header X-Real-IP $remote_addr;
23
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@@ -71,7 +71,7 @@ data:
71
client_max_body_size 1024M;
72
73
74
75
76
77
0 commit comments