Skip to content

Commit

Permalink
Merge pull request #566 from slr71/main
Browse files Browse the repository at this point in the history
DD-17: added `ephemeral-storage` requests and limits
  • Loading branch information
slr71 authored Mar 8, 2024
2 parents 98acb37 + 2fcd284 commit 0b88ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/sonora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ spec:
requests:
cpu: "100m"
memory: "1Gi"
ephemeral-storage: "1Gi"
limits:
cpu: "3000m"
memory: "3Gi"
ephemeral-storage: "1Gi"
env:
- name: OTEL_TRACES_EXPORTER
valueFrom:
Expand Down

0 comments on commit 0b88ec4

Please sign in to comment.