nginx_gateway

nginx 网关代理 访问 k8s

location / {

proxy_pass http://k8s-ingress.xxx.com:8089;

proxy_set_header Host p.x.halfmy.com;
}

文章目录