Skip to content

Commit

Permalink
fix: adjust resources and limits for 'managed-identity-wallets-new' i…
Browse files Browse the repository at this point in the history
…n order to attain and retain app-health-status.
  • Loading branch information
mknoopvw committed Jun 21, 2023
1 parent b856059 commit b4e5ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ spec:
initialDelaySeconds: 30
resources:
requests:
cpu: "4"
memory: "1Gi"
cpu: "250m"
memory: "500Mi"
limits:
cpu: "4"
memory: 1Gi
Expand Down

0 comments on commit b4e5ba5

Please sign in to comment.