修正端口错误

pull/26/head
Jimmy Song 2017-07-20 20:45:56 +08:00
parent e593ece17e
commit 69f7d59ac2
1 changed files with 1 additions and 1 deletions

View File

@ -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。