Skip to content

Commit f2775e5

Browse files
authored
Update readme.md
1 parent 00a6640 commit f2775e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kubernetes/ingress/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Deploy three different Apps on k8s cluster
99

10-
`https://raw.githubusercontent.com/lerndevops/educka/master/6-networking/ingress/deploy-app.yml`
10+
`kubectl apply -f https://raw.githubusercontent.com/lerndevops/kubernetes/master/6-networking/ingress/apps.yaml`
1111

1212

1313
## Deploy Ingress Controller
@@ -18,7 +18,7 @@
1818

1919
## Deploy Ingress Resource(rules)
2020

21-
`kubectl apply -f https://raw.githubusercontent.com/lerndevops/educka/master/6-networking/ingress/ingress-rule1.yml`
21+
`kubectl apply -f https://raw.githubusercontent.com/lerndevops/kubernetes/master/6-networking/ingress/app-ingress-rules.yaml`
2222

2323

2424
## Get Ingress Controller Service NodePort
@@ -35,10 +35,10 @@ get Ingress Controller Pod NodeIP & Ingress Controller Service NodePort
3535
```
3636
From the above details noted in your browser hit as below
3737
38-
masterNodeIp:NodePort/app1
39-
worker1NodeIp:NodePort/app2
40-
worker2NodeIp:NodePort/app3
38+
masterNodeIp:NodePort/unapp
39+
worker1NodeIp:NodePort/petclinic
40+
worker2NodeIp:NodePort/pyapp
4141
42-
Example: 192.168.198.129:30528/app1, 192.168.198.129:30528/app2, 192.168.198.129:30528/app3
42+
Example: 192.168.198.129:30528/pyapp, 192.168.198.129:30528/petclinic, 192.168.198.129:30528/unapp
4343
4444
```

0 commit comments

Comments
 (0)