Skip to content

Commit

Permalink
GH-13 Increase container memory to 128/256 mb & CPU to 1.0/2.0 (Fix #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk authored Nov 12, 2023
1 parent 56356e8 commit 77a25f0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions charts/reposilite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,16 @@ ingress:

## Resources
resources:
limits:
cpu: "1"
memory: 64Mi
requests:
cpu: "0.1"
memory: 32Mi

cpu: 1.0
memory: 128Mi
limits:
cpu: 2.0
memory: 256Mi
## Environment variables
env:
- name: JAVA_OPTS
value: "-Xmx32M"
value: "-Xmx64M"
# - name: REPOSILITE_OPTS
# value: "--port 8080"
# - name: SOME_VAR_FROM_CONFIG_MAP
Expand Down

0 comments on commit 77a25f0

Please sign in to comment.