Skip to content

Commit 41a2932

Browse files
committed
Docker, Build, Push and Deploy to AKS
[skip ci]
1 parent 516e02f commit 41a2932

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

manifests/deployment.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion : apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: app1nginxaks
5+
spec:
6+
replicas: 1
7+
selector:
8+
matchLabels:
9+
app: app1nginxaks
10+
template:
11+
metadata:
12+
labels:
13+
app: app1nginxaks
14+
spec:
15+
containers:
16+
- name: app1nginxaks
17+
image: aksdevopsacr.azurecr.io/app1nginxaks
18+
ports:
19+
- containerPort: 80

0 commit comments

Comments
 (0)