Port-forward service instead of pod (#1040)

This commit is contained in:
Toon Sevrin 2020-07-15 13:53:10 +02:00 committed by GitHub
parent 375963424d
commit ec932f88d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ You can now access the web interface by port forwarding the UI pod (mind the
label selector) and enter `localhost:8081` in your browser:
```bash
kubectl port-forward "$(kubectl get pod -l name=postgres-operator-ui --output='name')" 8081
kubectl port-forward svc/postgres-operator-ui 8081:8081
```
Available option are explained in detail in the [UI docs](operator-ui.md).