Skip to content

Commit

Permalink
Increase Redis master and replica memory for k8s (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 authored Oct 23, 2024
1 parent cdf1b64 commit 32b8af9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,17 @@ redis:
enabled: false
replica:
replicaCount: 1
resources:
requests:
memory: "6Gi"
limits:
memory: "12Gi"
master:
resourcesPreset: xlarge
resources:
requests:
memory: "6Gi"
limits:
memory: "12Gi"

## @section Environment Variables
## @descriptionStart
Expand Down

0 comments on commit 32b8af9

Please sign in to comment.