Skip to content

Commit

Permalink
Increase webhook resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghia Tran committed May 23, 2020
1 parent 2e51d33 commit 8a1ea7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/core/deployments/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ spec:

resources:
requests:
cpu: 20m
memory: 20Mi
cpu: 100m
memory: 100Mi
limits:
cpu: 200m
memory: 200Mi
cpu: 500m
memory: 500Mi

env:
- name: SYSTEM_NAMESPACE
Expand Down

0 comments on commit 8a1ea7c

Please sign in to comment.