From b77383586dcfce7d18eafeaeef38cb6655388dd4 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sat, 13 Jan 2024 13:10:53 +0100 Subject: [PATCH] docs: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11cb107..2a85394 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ kubectl port-forward dev-postgresql-0 5432 psql -h localhost -f ../kind/bin/setup-dev-db.sql ``` +To connect locally to the Nginx ingress controller: + +``` +sudo -E kubectl port-forward dev-ingress-nginx-controller-abcdef1234-ab123 80:80 443:443 22:22 +``` + ### Additional dependencies - envfilesubst [link](https://git.netflux.io/rob/envfilesubst)