Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Jun 18, 2020
1 parent bc0b63c commit 08ea45f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions 07-PODs-with-YAML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ metadata:
app: myapp
spec:
containers:
- name: myapp
image: stacksimplify/kubenginx:1.0.0
ports:
- containerPort: 80
- name: myapp
image: stacksimplify/kubenginx:1.0.0
ports:
- containerPort: 80
```
- **Create Pod**
```
Expand All @@ -35,8 +35,8 @@ spec:
selector:
app: myapp
ports:
- port: 80
targetPort: 80
nodePort: 31231
- port: 80
targetPort: 80
nodePort: 31231
```
8 changes: 4 additions & 4 deletions 07-PODs-with-YAML/kube-manifests/backup/02-pod-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: myapp
spec:
containers:
- name: myapp
image: stacksimplify/kubenginx:1.0.0
ports:
- containerPort: 80
- name: myapp
image: stacksimplify/kubenginx:1.0.0
ports:
- containerPort: 80
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
selector:
app: myapp
ports:
- port: 80
targetPort: 80
nodePort: 31231
- port: 80
targetPort: 80
nodePort: 31231

0 comments on commit 08ea45f

Please sign in to comment.