Skip to content

Commit

Permalink
Reduce apiserver container CPU requests to fit all in e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Aug 9, 2023
1 parent 6284367 commit af04a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ write_files:
timeoutSeconds: 5
resources:
requests:
cpu: 50m
cpu: 30m
memory: 100Mi
ports:
- containerPort: 9085
Expand Down Expand Up @@ -293,7 +293,7 @@ write_files:
timeoutSeconds: 5
resources:
requests:
cpu: 50m
cpu: 40m
memory: 50Mi
args:
- --node-auth-cluster-id={{.Cluster.ID}}
Expand Down

0 comments on commit af04a29

Please sign in to comment.