Commit 55698fca authored by George Papathanail's avatar George Papathanail
Browse files

Edit README.md

parent 6e9a8c58
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -187,13 +187,8 @@ Typical access methods:

* `kubectl port-forward`
* Ingress (if enabled)
* NodePort (local testing)
* NodePort (local testing) --> current deployment

### Example: Port-forward OEG

```bash
kubectl port-forward svc/oegcontroller 8080:8080
```

---