Skip to content

Commit

Permalink
Increase operator limits
Browse files Browse the repository at this point in the history
  • Loading branch information
charith-elastic committed Oct 1, 2019
1 parent c1f8fc0 commit 3dbe2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/operator/all-in-one/operator.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ spec:
resources:
limits:
cpu: 1
memory: 100Mi
memory: 150Mi
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
ports:
- containerPort: 9876
name: webhook-server
Expand Down

0 comments on commit 3dbe2e1

Please sign in to comment.