Skip to content

Commit

Permalink
Merge pull request book-of-kubernetes#7 from petermcd/todo-app-url-co…
Browse files Browse the repository at this point in the history
…rrection

Corrected URL for the todo app
  • Loading branch information
AlanHohn authored Sep 14, 2022
2 parents 4d925cb + 22c59df commit 1f3c42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter-01/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- hosts: aws_ec2
tasks:
- debug:
msg: "Once your Kubernetes cluster is up, you can access the todo application at http://{{ inventory_hostname }}/todo"
msg: "Once your Kubernetes cluster is up, you can access the todo application at http://{{ inventory_hostname }}/todo/"
- hosts: vagrant
tasks:
- debug:
msg: "Once your Kubernetes cluster is up, you can access the todo application at http://localhost:48080/todo"
msg: "Once your Kubernetes cluster is up, you can access the todo application at http://localhost:48080/todo/"

0 comments on commit 1f3c42d

Please sign in to comment.