From 69f7d59ac2dc8a364c2ed6271e0eaa4cb63933e0 Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Thu, 20 Jul 2017 20:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=AB=AF=E5=8F=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guide/deploy-applications-in-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/deploy-applications-in-kubernetes.md b/guide/deploy-applications-in-kubernetes.md index 2e28ea7b1..c73210f43 100644 --- a/guide/deploy-applications-in-kubernetes.md +++ b/guide/deploy-applications-in-kubernetes.md @@ -47,7 +47,7 @@ API文档见[k8s-app-monitor-test](https://github.com/rootsongjc/k8s-app-monitor - path: / backend: serviceName: k8s-app-monitor-agent - servicePort: 808 + servicePort: 8080 ``` 保存后,然后执行`kubectl replace -f ingress.yaml`即可刷新ingress。