Skip to content

Commit

Permalink
Merge pull request #6314 from zalando-incubator/reduce-apiserver-cont…
Browse files Browse the repository at this point in the history
…ainer-req

Reduce apiserver container CPU requests to fit all in e2e
  • Loading branch information
gargravarr authored Aug 10, 2023
2 parents 6284367 + af04a29 commit adae9cb
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 adae9cb

Please sign in to comment.