Skip to content

Commit b01b2aa

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

manifests/service.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: app1nginxaks
5+
spec:
6+
type: LoadBalancer
7+
ports:
8+
- port: 80
9+
selector:
10+
app: app1nginxaks

0 commit comments

Comments
 (0)