mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
1. Run the port forward command:
|
|
|
|
kubectl -n {{ .Release.Namespace }} port-forward svc/{{ .Release.Name }} 3000:80
|
|
|
|
2. Navigate to:
|
|
|
|
http://localhost:3000 |