Commit 9b73bc43 by ningfd

Update cfg-kpl-nginx.yaml.j2

1 parent b9545971
Showing with 1 additions and 1 deletions
......@@ -142,7 +142,7 @@ data:
location ^~ /edu/v1 {
resolver {{ K8S_DNS_SVC }} valid=5s;
proxy_pass http://kpl--edu.kpl.svc.cluster.local:8919$request_uri;
proxy_pass http://kpl--edu.kpl.svc.cluster.local:10001$request_uri;
proxy_set_header Host $host;
proxy_connect_timeout 10s;
proxy_read_timeout 3600s;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!