Skip to content

Commit

Permalink
DD-17: added ephemeral-storage requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 1, 2024
1 parent 64548e2 commit 11bad54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/de-mailer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ spec:
requests:
cpu: "1m"
memory: "128Mi"
ephemeral-storage: "1Gi"
limits:
cpu: "100m"
memory: "256Mi"
ephemeral-storage: "1Gi"
env:
- name: OTEL_TRACES_EXPORTER
valueFrom:
Expand Down

0 comments on commit 11bad54

Please sign in to comment.