Skip to content

Commit 73261e1

Browse files
committed
Reduce number of replicas (to avoid additional nodes)
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent d7fc452 commit 73261e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/charts/load-balancer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export class AWSLoadBalancerController extends cdk.Construct {
1717
version: '1.2.3',
1818
wait: true,
1919
values: {
20+
replicaCount: 1,
2021
hostNetwork: true,
2122
clusterName: cluster.clusterName,
2223
serviceAccount: {

0 commit comments

Comments
 (0)