We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2fae3 commit 875c13aCopy full SHA for 875c13a
2 files changed
integration/aks/deployment.yaml
@@ -13,7 +13,7 @@ spec:
13
run: nginx-lb
14
spec:
15
containers:
16
- - name: nginx-lb
17
- image: nginx
18
- ports:
19
- - containerPort: 80
+ - name: nginx-lb
+ image: nginx
+ ports:
+ - containerPort: 80
integration/aks/service.yaml
@@ -7,7 +7,7 @@ metadata:
7
8
type: LoadBalancer
9
ports:
10
- - port: 80
11
- protocol: TCP
+ - port: 80
+ protocol: TCP
12
selector:
0 commit comments