From 63fac95c51f9b26e9ead5128000b4568b8ae2d61 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:40:28 +0100 Subject: [PATCH] add note on how to access shuffle Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> --- charts/shuffle/templates/NOTES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/shuffle/templates/NOTES.txt b/charts/shuffle/templates/NOTES.txt index 1091d443..10e38886 100644 --- a/charts/shuffle/templates/NOTES.txt +++ b/charts/shuffle/templates/NOTES.txt @@ -20,6 +20,8 @@ Access the pod you want to debug by executing {{- end }} -TODO +To access shuffle using port-forwarding: + +1. Run `kubectl port-forward -n shuffle svc/shuffle-frontend 8080:http` +2. Visit http://localhost:8080 with your browser -{{- include "common.warnings.rollingTag" .Values.backend.image }}