Skip to content

Commit 64b6bc4

Browse files
melonrush13frodopwns
authored andcommitted
update readme with demo link
1 parent e025afc commit 64b6bc4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

wordpress-demo/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Create a Wordpress Website using Azure Service Operators
22

3+
[Watch demo here](https://www.youtube.com/watch?v=H9RJBXPBxUY&t=1s)
4+
35
## Componenets
46

57
- Kubernetes
6-
- MySQL
8+
- MySQLServer, MySQLDatabase, MySQLFirewalule
79
- Wordpress
810
- Persistent Volume Storage
11+
- Application Insights
12+
13+
## Creating our resources
914

10-
## Running the Project
15+
Run the Azure Service operators with a `make install` and `make run` in one terminal
1116

12-
Create our resources above using the yaml files in the manifest.
17+
Create the Azure resources above using deploy.yaml in the manifest folder in another terminal
1318
`k apply -f ./`
1419

1520
Check the deployment
@@ -19,4 +24,4 @@ Check for running pods
1924
`k get pods`
2025

2126
Port forward the webpage
22-
`k port-forward [podname] [newport]:[old port]`
27+
`k port-forward [podname] [newport]:[old port]`

0 commit comments

Comments
 (0)