Skip to content

Commit 9e7bc05

Browse files
committed
chore(redis-cluster): update proxy version
1 parent b96779c commit 9e7bc05

11 files changed

Lines changed: 57 additions & 55 deletions

File tree

addons/redis-cluster/7.0/chart/redis-cluster/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,11 +784,11 @@ proxy:
784784
##
785785
requests: {}
786786
## max-procs
787-
maxProcs: 4
787+
maxProcs: 2
788788
## backend-init-connections
789789
backendInitConnections: 10
790790
## backend-idle-connections
791-
backendIdleConnections: 500
791+
backendIdleConnections: 200
792792
##
793793
## Configure extra options for Redis® liveness probes
794794
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)

addons/redis-cluster/7.0/plans/standard-1024/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 4
39+
maxProcs: 2
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 200
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 4
52-
memory: 8Gi
51+
cpu: 2
52+
memory: 4Gi
5353
requests:
54-
cpu: 500m
55-
memory: 512Mi
54+
cpu: 1
55+
memory: 2Gi

addons/redis-cluster/7.0/plans/standard-128/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 4
39+
maxProcs: 2
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 200
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 4
52-
memory: 8Gi
51+
cpu: 2
52+
memory: 4Gi
5353
requests:
54-
cpu: 500m
55-
memory: 512Mi
54+
cpu: 1
55+
memory: 2Gi

addons/redis-cluster/7.0/plans/standard-16384/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 8
39+
maxProcs: 4
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 1000
43+
backendIdleConnections: 300
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 8
52-
memory: 16Gi
51+
cpu: 4
52+
memory: 8Gi
5353
requests:
54-
cpu: 1
55-
memory: 2Gi
54+
cpu: 2
55+
memory: 4Gi

addons/redis-cluster/7.0/plans/standard-2048/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 4
39+
maxProcs: 2
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 200
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 4
52-
memory: 8Gi
51+
cpu: 2
52+
memory: 4Gi
5353
requests:
5454
cpu: 1
55-
memory: 1Gi
55+
memory: 2Gi

addons/redis-cluster/7.0/plans/standard-256/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 4
39+
maxProcs: 2
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 200
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 4
52-
memory: 8Gi
51+
cpu: 2
52+
memory: 4Gi
5353
requests:
54-
cpu: 500m
55-
memory: 512Mi
54+
cpu: 1
55+
memory: 2Gi

addons/redis-cluster/7.0/plans/standard-32768/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 8
39+
maxProcs: 4
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 1000
43+
backendIdleConnections: 300
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 8
52-
memory: 16Gi
51+
cpu: 4
52+
memory: 8Gi
5353
requests:
54-
cpu: 1
55-
memory: 2Gi
54+
cpu: 2
55+
memory: 4Gi

addons/redis-cluster/7.0/plans/standard-4096/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ proxy:
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 300
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
@@ -51,5 +51,6 @@ proxy:
5151
cpu: 4
5252
memory: 8Gi
5353
requests:
54-
cpu: 1
55-
memory: 1Gi
54+
cpu: 2
55+
memory: 4Gi
56+

addons/redis-cluster/7.0/plans/standard-512/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ redis:
3636
##
3737
proxy:
3838
## max-procs
39-
maxProcs: 4
39+
maxProcs: 2
4040
## backend-init-connections
4141
backendInitConnections: 10
4242
## backend-idle-connections
43-
backendIdleConnections: 500
43+
backendIdleConnections: 200
4444
## Proxy® resource requests and limits
4545
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
4646
## @param proxy.resources.limits The resources limits for the container
4747
## @param proxy.resources.requests The requested resources for the container
4848
##
4949
resources:
5050
limits:
51-
cpu: 4
52-
memory: 8Gi
51+
cpu: 2
52+
memory: 4Gi
5353
requests:
54-
cpu: 500m
55-
memory: 512Mi
54+
cpu: 1
55+
memory: 2Gi

addons/redis-cluster/7.0/plans/standard-65536/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ redis:
4242
##
4343
proxy:
4444
## max-procs
45-
maxProcs: 8
45+
maxProcs: 4
4646
## backend-init-connections
4747
backendInitConnections: 10
4848
## backend-idle-connections
49-
backendIdleConnections: 1000
49+
backendIdleConnections: 300
5050
## Proxy® resource requests and limits
5151
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
5252
## @param proxy.resources.limits The resources limits for the container
5353
## @param proxy.resources.requests The requested resources for the container
5454
##
5555
resources:
5656
limits:
57-
cpu: 8
58-
memory: 16Gi
57+
cpu: 4
58+
memory: 8Gi
5959
requests:
60-
cpu: 1
61-
memory: 2Gi
60+
cpu: 2
61+
memory: 4Gi

0 commit comments

Comments
 (0)