We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a42cbc commit 71492b4Copy full SHA for 71492b4
examples/complete/aws/helm/values.yaml
@@ -19,3 +19,6 @@ replica:
19
operator: In
20
values:
21
- "true"
22
+
23
+redis:
24
+ maxclients: 2000
helm/values/values.yaml
@@ -135,7 +135,6 @@ auth:
135
commonConfiguration: |-
136
# Enable AOF https://redis.io/topics/persistence#append-only-file
137
appendonly yes
138
- maxclients 2000
139
# Disable RDB persistence, AOF persistence already enabled.
140
save ""
141
## @param existingConfigmap The name of an existing ConfigMap with your custom configuration for Redis® nodes
0 commit comments