Skip to content

Commit

Permalink
Add resource requests & limits
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod authored Apr 26, 2024
1 parent cce5d66 commit 54c8353
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/datasets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ datasets:
secretName: ispyb
secretKey: password
otelCollectorUrl: http://federation-opentelemetry-collector:4317
resources:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 4
memory: 4Gi

0 comments on commit 54c8353

Please sign in to comment.