Skip to content

Commit

Permalink
Update helmfile config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored and tarrow committed Nov 26, 2024
1 parent 1b52d9f commit 697c01d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion k8s/helmfile/env/staging/redis.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# staging uses production configuration so this is an empty file
master:
resources:
limits:
memory: 500Mi
requests:
cpu: 100m
memory: 500Mi

replica:
resources:
limits:
memory: 250Mi
requests:
cpu: 100m
memory: 250Mi

0 comments on commit 697c01d

Please sign in to comment.