From abf91aacc779971e6aa81fa0f6373411b3b187d4 Mon Sep 17 00:00:00 2001 From: papathanail Date: Tue, 23 Dec 2025 14:10:32 +0200 Subject: [PATCH] Edit README.md --- helm/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/helm/README.md b/helm/README.md index f6fc130..9589ed9 100644 --- a/helm/README.md +++ b/helm/README.md @@ -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 -``` --- -- GitLab