File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change 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
5151 cpu : 4
5252 memory : 8Gi
5353 requests :
54- cpu : 1
55- memory : 1Gi
54+ cpu : 2
55+ memory : 4Gi
56+
Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ redis:
3636# #
3737proxy :
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
Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ redis:
4242# #
4343proxy :
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
You can’t perform that action at this time.
0 commit comments