We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a2932 commit b01b2aaCopy full SHA for b01b2aa
manifests/service.yml
@@ -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