Fix service names of HAProxy Ingress docs
This commit is contained in:
parent
8d19531b26
commit
cccd1476f9
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: nginx
|
serviceName: http-svc
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
|
|
@ -13,5 +13,5 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: nginx
|
serviceName: http-svc
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
|
Loading…
Reference in a new issue