Skip to content

Commit

Permalink
Merge 5e09f22 into 472f8e2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes authored Mar 1, 2021
2 parents 472f8e2 + 5e09f22 commit df01a9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/core/deployments/autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ spec:

resources:
requests:
cpu: 30m
memory: 40Mi
cpu: 100m
memory: 100Mi
limits:
cpu: 300m
memory: 400Mi
cpu: 1000m
memory: 1000Mi

env:
- name: POD_NAME
Expand Down

0 comments on commit df01a9d

Please sign in to comment.