Skip to content

Commit

Permalink
Merge pull request #27 from WyriHaximusNet/redirect-increase-default-…
Browse files Browse the repository at this point in the history
…memory

Increase default memory resources for redirect
  • Loading branch information
WyriHaximus authored Aug 23, 2020
2 parents 8c347d6 + e0948fa commit 7725689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Redirect
home: https://github.com/wyrihaximusnet/docker-redirect
icon: https://helm.wyrihaximus.net/images/charts/redirect.png
type: application
version: 0.5.3
version: 0.5.4
appVersion: random
maintainers:
- name: WyriHaximus
Expand Down
4 changes: 2 additions & 2 deletions charts/redirect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resources:
# Setting this pretty low since this is a low resource intensive application, increase when needed
limits:
cpu: 50m
memory: 48Mi
memory: 64Mi
requests:
cpu: 50m
memory: 48Mi
memory: 64Mi

0 comments on commit 7725689

Please sign in to comment.