Skip to content

Commit

Permalink
fix: Update Nats resource limits (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Jul 18, 2024
1 parent 0e22cde commit ea09a41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ jobs:
runs-on: ubuntu-22.04
steps:
- run: echo "Success!"

9 changes: 9 additions & 0 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ nats:
size: 200Mi
reloader:
enabled: false
container:
merge:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 200m
memory: 400Mi

#-- WebEOC Container
webeoc:
Expand Down

0 comments on commit ea09a41

Please sign in to comment.