Skip to content

Commit 63bfa08

Browse files
Merge pull request #9 from hitesh-manwani/New-branch
added client limit
2 parents 9ca7c83 + 0f56fb0 commit 63bfa08

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/complete/aws/helm/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ replica:
1919
operator: In
2020
values:
2121
- "true"
22+
23+
24+
commonConfiguration: |-
25+
# Enable AOF https://redis.io/topics/persistence#append-only-file
26+
appendonly yes
27+
maxclients 2000
28+
# Disable RDB persistence, AOF persistence already enabled.
29+
save ""

helm/values/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ auth:
135135
commonConfiguration: |-
136136
# Enable AOF https://redis.io/topics/persistence#append-only-file
137137
appendonly yes
138+
maxclients 2000
138139
# Disable RDB persistence, AOF persistence already enabled.
139140
save ""
140141
## @param existingConfigmap The name of an existing ConfigMap with your custom configuration for Redis® nodes
@@ -1633,4 +1634,4 @@ useExternalDNS:
16331634
enabled: false
16341635
suffix: ""
16351636
annotationKey: external-dns.alpha.kubernetes.io/
1636-
additionalAnnotations: {}
1637+
additionalAnnotations: {}

0 commit comments

Comments
 (0)