Skip to content

Commit

Permalink
remove memory limit and increase requested memory. I've seen OOM and …
Browse files Browse the repository at this point in the history
…problem during container startup which made it fail. this was resolved by increasing the memory.

Signed-off-by: Nir <[email protected]>
  • Loading branch information
n1r1 committed Jun 13, 2021
1 parent 9eb95e2 commit 80c00b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install/poison-pill-deamonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ spec:
name: p-pill-port
protocol: TCP
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit 80c00b0

Please sign in to comment.