Skip to content

Commit 875c13a

Browse files
committed
fix lint
1 parent dd2fae3 commit 875c13a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration/aks/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
run: nginx-lb
1414
spec:
1515
containers:
16-
- name: nginx-lb
17-
image: nginx
18-
ports:
19-
- containerPort: 80
16+
- name: nginx-lb
17+
image: nginx
18+
ports:
19+
- containerPort: 80

integration/aks/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
type: LoadBalancer
99
ports:
10-
- port: 80
11-
protocol: TCP
10+
- port: 80
11+
protocol: TCP
1212
selector:
1313
run: nginx-lb

0 commit comments

Comments
 (0)