Skip to content

Commit

Permalink
Fix k8s docs for getting ingress IP
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger committed Dec 10, 2022
1 parent 690f441 commit d339ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The default `model.yaml` may be adjusted to run your own model by changing:
The model instances are now available through your load balancer's IP address, which you can determine from:

```
kubectl describe ingress
kubectl get services --namespace=haproxy-controller
```

The model instances may be accessed from any UM-Bridge client, and up to `replicas` requests will be handled in parallel.
Expand Down

0 comments on commit d339ace

Please sign in to comment.