Skip to content

Commit

Permalink
Merge pull request #24 from WyriHaximusNet/redirect-raise-memory-requ…
Browse files Browse the repository at this point in the history
…irements

Raise memory requirements
  • Loading branch information
WyriHaximus authored Jul 26, 2020
2 parents e186eac + 7e701e6 commit d709ecd
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.1
version: 0.5.2
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 @@ -58,7 +58,7 @@ resources:
# Setting this pretty low since this is a low resource intensive application, increase when needed
limits:
cpu: 50m
memory: 32Mi
memory: 48Mi
requests:
cpu: 50m
memory: 32Mi
memory: 48Mi

0 comments on commit d709ecd

Please sign in to comment.