Skip to content

Commit

Permalink
Merge branch 'main' of github.com:book-of-kubernetes/examples into pu…
Browse files Browse the repository at this point in the history
…blish
  • Loading branch information
AlanHohn committed Oct 2, 2022
2 parents 7fbe2fd + 1f3c42d commit e013668
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 e013668

Please sign in to comment.