Skip to content

Commit

Permalink
Remove CPU limit and adjust memory request
Browse files Browse the repository at this point in the history
64Mi is still plenty of room, instances are usually at ~30-40Mi.
  • Loading branch information
mortenlj committed Sep 29, 2023
1 parent 0bca2c7 commit d8cbe4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/hookd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ securityContext:

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

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

0 comments on commit d8cbe4c

Please sign in to comment.