Skip to content

Commit

Permalink
chore: adapt colima guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 24, 2024
1 parent 7c8f2f9 commit 21770ce
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21770ce

Please sign in to comment.