Skip to content

Commit

Permalink
Adjust LimitRange min CPU to 1m
Browse files Browse the repository at this point in the history
This brings the LimitRange minimum CPU and memory requests in line with
the fair use ratio (1:4) on cloudscale.
  • Loading branch information
simu committed Sep 30, 2024
1 parent 869538e commit 4b77e05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ parameters:
limits:
"Container":
min:
cpu: "10m"
cpu: "1m"
memory: "4Mi"
ephemeral-storage: "100Ki"
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
"cpu": "10m"
"memory": "100Mi"
"min":
"cpu": "10m"
"cpu": "1m"
"ephemeral-storage": "100Ki"
"memory": "4Mi"
"type": "Container"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 609c91815282bc8a8fbed7b27a08f6f1
checksum/config: 23ac239163c7dcc887ded3396424bde6
kubectl.kubernetes.io/default-container: agent
labels:
control-plane: appuio-cloud-agent
Expand Down

0 comments on commit 4b77e05

Please sign in to comment.