Skip to content

Commit

Permalink
Reflect manually changed memory in deployment for perfdash
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Zięba committed Dec 12, 2022
1 parent 331ee52 commit ba1eb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
resources:
requests:
cpu: "3"
memory: 10Gi
memory: 20Gi
limits:
cpu: "3"
memory: 10Gi
memory: 20Gi
restartPolicy: Always

0 comments on commit ba1eb20

Please sign in to comment.