Skip to content

Commit

Permalink
Set cpu and memory limits for dev data server
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Sep 5, 2023
1 parent 63ec415 commit f055972
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
resources:
requests:
memory: 2Gi
cpu: 0.5
limits:
memory: 2Gi
cpu: 2
volumes:
- name: {{.Release.Name}}-data
persistentVolumeClaim:
Expand Down

0 comments on commit f055972

Please sign in to comment.