Skip to content

Commit

Permalink
refactor(redis): optimize resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Aug 8, 2024
1 parent 16b7a87 commit 4e83d05
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/redis/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ master:
"cloud.google.com/gke-nodepool": ${node_pool}
resources:
requests:
cpu: 200m
memory: 500Mi
cpu: 30m
memory: 400Mi
limits:
cpu: 350m
memory: 1Gi
cpu: 50m
memory: 600Mi

replica:
replicaCount: 1
Expand All @@ -22,8 +22,8 @@ replica:
"cloud.google.com/gke-nodepool": ${node_pool}
resources:
requests:
cpu: 200m
memory: 500Mi
cpu: 30m
memory: 400Mi
limits:
cpu: 350m
memory: 1Gi
cpu: 50m
memory: 600Mi

0 comments on commit 4e83d05

Please sign in to comment.