Merge pull request #872 from mattymo/bug868
Bind nginx localhost proxy to localhost
This commit is contained in:
commit
d8cef34d6c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stream {
|
|||
}
|
||||
|
||||
server {
|
||||
listen {{ kube_apiserver_port }};
|
||||
listen 127.0.0.1:{{ kube_apiserver_port }};
|
||||
proxy_pass kube_apiserver;
|
||||
proxy_timeout 10m;
|
||||
proxy_connect_timeout 1s;
|
||||
|
|
Loading…
Reference in a new issue