Fix servicePort on HAProxy Ingress docs
This commit is contained in:
parent
1eaea7576c
commit
8cb6a6693e
3 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ spec:
|
|||
- path: /
|
||||
backend:
|
||||
serviceName: http-svc
|
||||
servicePort: 80
|
||||
servicePort: 8080
|
||||
EOF
|
||||
```
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ spec:
|
|||
- path: /
|
||||
backend:
|
||||
serviceName: http-svc
|
||||
servicePort: 80
|
||||
servicePort: 8080
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
- path: /
|
||||
backend:
|
||||
serviceName: http-svc
|
||||
servicePort: 80
|
||||
servicePort: 8080
|
||||
|
|
Loading…
Reference in a new issue