Commit 2697faf7 by xujian

部署

parent 75aadab2
......@@ -22,7 +22,7 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://gateway.base.svc.cluster.local:8080/;
proxy_pass http://gateway.core.svc.cluster.local:8080/;
}
# 子系统访问厂级
......@@ -31,7 +31,7 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://gateway.base.svc.cluster.local:8080/;
proxy_pass http://gateway.core.svc.cluster.local:8080/;
}
# 调控到边侧
......@@ -40,7 +40,7 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://gateway.base.svc.cluster.local:8080/;
proxy_pass http://gateway.core.svc.cluster.local:8080/;
client_max_body_size 20m;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment