Skip to content

Commit 7403b66

Browse files
committed
chore: set smaller replica
1 parent 6c7b3fc commit 7403b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/latest/blobfuse-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rbac:
3131
create: true
3232

3333
controller:
34-
replicas: 3
34+
replicas: 2

deploy/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: csi-blobfuse-controller
66
namespace: kube-system
77
spec:
8-
replicas: 3
8+
replicas: 2
99
selector:
1010
matchLabels:
1111
app: csi-blobfuse-controller

0 commit comments

Comments
 (0)