Skip to content

Commit f56c11a

Browse files
Create deployment.yaml
1 parent ef54b6b commit f56c11a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

deployment.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: atcs-deployment
5+
labels:
6+
app: counterwebapp
7+
spec:
8+
replicas: 5
9+
selector:
10+
matchLabels:
11+
app: counterwebapp
12+
tier: web
13+
template:
14+
metadata:
15+
labels:
16+
app: counterwebapp
17+
tier: web
18+
spec:
19+
containers:
20+
- name: counterwebapp
21+
image: anujsharma1990/imagefromgithub
22+
ports:
23+
- containerPort: 8080
24+
resources:
25+
requests:
26+
cpu: 200m

0 commit comments

Comments
 (0)