Skip to content

Commit

Permalink
Updated all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
boskey committed Sep 21, 2021
1 parent 30cd57f commit 60dd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop/content/exercises/03-publish-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In order to receive traffic we need to publish the app to have a service. Let's
Publish Petclinic using a service call `petclinic-service`

```execute
kubectl expose deployment/petclinic --port 80 --target-port 8080 --type=LoadBalancer
kubectl expose deployment/petclinic-{{session_namespace}} --port 80 --target-port 8080 --type=LoadBalancer
```

Expand Down

0 comments on commit 60dd803

Please sign in to comment.