File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
examples/complete/aws/helm Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 ""
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ auth:
135135commonConfiguration : |-
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 : {}
You can’t perform that action at this time.
0 commit comments