Fix service names of HAProxy Ingress docs

This commit is contained in:
Joao Morais 2017-02-07 21:47:45 -02:00
parent 8d19531b26
commit cccd1476f9
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@ spec:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: nginx serviceName: http-svc
servicePort: 80 servicePort: 80

View file

@ -13,5 +13,5 @@ spec:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: nginx serviceName: http-svc
servicePort: 80 servicePort: 80