Skip to content

Commit

Permalink
fix: tweak memory requests and limits to avoid OOM killing upon many …
Browse files Browse the repository at this point in the history
…requests
  • Loading branch information
kimtore committed Nov 15, 2024
1 parent 4fe8ae2 commit 6ccfc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions charts/deployd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ service:
resources:
requests:
cpu: 100m
memory: 32Mi
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
memory: 1024Mi

cluster: # mapped by fasit
preSharedKey: # mapped by fasit
Expand Down
4 changes: 2 additions & 2 deletions charts/hookd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ securityContext:

resources:
limits:
memory: 128Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi

image:
repository: europe-north1-docker.pkg.dev/nais-io/nais/images/hookd
Expand Down

0 comments on commit 6ccfc94

Please sign in to comment.