Skip to content

Commit

Permalink
Merge pull request #13 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 5433729 + 677952a commit a3a79b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/resource-usage-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,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 Expand Up @@ -130,4 +132,3 @@ spec:
- protocol: TCP
port: 80
targetPort: listen-port

0 comments on commit a3a79b7

Please sign in to comment.