Skip to content

Commit

Permalink
Merge pull request #53 from NetApp/ASTRACTL-27847_limitsmatchACCOperator
Browse files Browse the repository at this point in the history
Astractl 27847 limits to match acc operator
  • Loading branch information
oscarr-ntap authored Jun 23, 2023
2 parents e47ad79 + 59eb932 commit 8d966f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions details/operator-sdk/astraconnector_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 300m
memory: 750Mi
requests:
cpu: 100m
memory: 20Mi
memory: 75Mi
securityContext:
allowPrivilegeEscalation: false
securityContext:
Expand Down

0 comments on commit 8d966f4

Please sign in to comment.