Skip to content

Commit 71492b4

Browse files
added total clients
1 parent 2a42cbc commit 71492b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/complete/aws/helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ replica:
1919
operator: In
2020
values:
2121
- "true"
22+
23+
redis:
24+
maxclients: 2000

helm/values/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ auth:
135135
commonConfiguration: |-
136136
# Enable AOF https://redis.io/topics/persistence#append-only-file
137137
appendonly yes
138-
maxclients 2000
139138
# Disable RDB persistence, AOF persistence already enabled.
140139
save ""
141140
## @param existingConfigmap The name of an existing ConfigMap with your custom configuration for Redis® nodes

0 commit comments

Comments
 (0)