Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ application:

resources:
requests:
memory: 100Mi
cpu: 100m
memory: 200Mi
cpu: 500m
limits:
memory: 500Mi
cpu: 1000m
memory: 1000Mi
cpu: 2000m

env:
hostname: "0.0.0.0"
Expand Down
Loading