Skip to content

Commit d4e7048

Browse files
committed
Add notes around using ports 80/433 for application URL
1 parent 625c36f commit d4e7048

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/2-preparation/2-petclinic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ curl http://ifconfig.me
8585

8686
```
8787

88-
You can validate if the application is running by visiting **http://<IP_ADDRESS>:81** (replace **<IP_ADDRESS>** with the IP address you obtained above). You should see the PetClinic application running.
88+
You can validate if the application is running by visiting **http://<IP_ADDRESS>:81** (replace **<IP_ADDRESS>** with the IP address you obtained above). You should see the PetClinic application running. The application is also running on ports **80** & **443** if you prefer to use those or port **81** is unreachable.
8989

9090
![Pet shop](../../images/petclinic.png)
9191

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/3-verify-setup/1-website.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/en/s4r/4-online-boutique/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ You are a **hip urban professional**, longing to buy your next novelty items in
1414

1515
The purpose of this exercise is for you to interact with the Online Boutique web application. This is a sample application that is used to demonstrate the capabilities of Splunk Observability Cloud. The application is a simple e-commerce site that allows you to browse items, add them to your cart, and then checkout.
1616

17-
The application will already be deployed for you and your instructor will provide you with a link to the Online Boutique website.
17+
The application will already be deployed for you and your instructor will provide you with a link to the Online Boutique website e.g:
18+
19+
* **http://<s4r-workshop-i-xxx.splunk>.show:81/**. The application is also running on ports **80** & **443** if you prefer to use those or port **81** is unreachable.
1820

1921
{{% notice style="green" icon="running" title="Exercise - Let's go shopping" %}}
2022

0 commit comments

Comments
 (0)