Fix servicePort on HAProxy Ingress docs

This commit is contained in:
Joao Morais 2017-02-08 07:24:17 -02:00
parent 1eaea7576c
commit 8cb6a6693e
3 changed files with 3 additions and 3 deletions

View file

@ -89,7 +89,7 @@ spec:
- path: /
backend:
serviceName: http-svc
servicePort: 80
servicePort: 8080
EOF
```