Skip to content

Commit

Permalink
WIP: Adjust cpu request for lower sized cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdoc committed Nov 13, 2024
1 parent f42569d commit 1e08403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
cpu: "2"
memory: 1G
requests:
cpu: 400m
cpu: 200m
memory: 100M
imagePullPolicy: IfNotPresent
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: "2"
memory: 1G
requests:
cpu: 400m
cpu: 200m
memory: 100M
imagePullPolicy: IfNotPresent
terminationMessagePath: /dev/termination-log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ spec:
cpu: '2'
memory: 500M
requests:
cpu: 400m
cpu: 200m
memory: 100M

0 comments on commit 1e08403

Please sign in to comment.