Skip to content

Commit

Permalink
Increased resources limits for AKO container
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Mar 25, 2024
1 parent 9e48a88 commit 15a4486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/atlas-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ securityContext:
# More information: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
limits:
cpu: 500m
memory: 256Mi
cpu: 1000m
memory: 1Gi
requests:
cpu: 100m
memory: 50Mi
Expand Down

0 comments on commit 15a4486

Please sign in to comment.