From 21770ce774e4a47ed4ee8b17f380d6b1b6bda2e8 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Fri, 24 May 2024 17:21:13 +0200 Subject: [PATCH] chore: adapt colima guide --- .../version-2.x/local-environments/colima.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gefyra/versioned_docs/version-2.x/local-environments/colima.md b/gefyra/versioned_docs/version-2.x/local-environments/colima.md index 46d61da..63d8f2e 100644 --- a/gefyra/versioned_docs/version-2.x/local-environments/colima.md +++ b/gefyra/versioned_docs/version-2.x/local-environments/colima.md @@ -32,7 +32,13 @@ default Running x86_64 2 2GiB 60GiB docker+k3s 192.168 ```sh kubectl apply -f https://raw.githubusercontent.com/gefyrahq/gefyra/main/testing/workloads/hello.yaml ``` -Check out this workload running under: http://hello.127.0.0.1.nip.io:8080/ + +### 4. Check the output of the deployed app with: +``` +kubectl expose deployment hello-nginxdemo --type=LoadBalancer --port=80 +``` + +Check out this workload running under: http://hello.127.0.0.1.nip.io/ ## Running Gefyra